This commit is contained in:
wangcongtao
2020-03-27 20:32:38 +08:00
parent 4d8f16eaff
commit 5bb8e830fe
4 changed files with 2 additions and 23 deletions

View File

@@ -89,7 +89,6 @@ public class MogoMapUtils {
south = tmp;
}
Logger.d( TAG, "west = %s, east = %s, north = %s, south = %s", west, east, north, south );
return new LatLngBounds.Builder().include( new LatLng( east, north ) ).include( new LatLng( west, south ) ).build();