问题 This post is very similar to This, which does not currently have a solution (3 years old) The main issue is that GoogleMaps seems to be adding an unnecessary amount of padding around my ground overlay image this doesn't make sense to me since the boundaries are set to the same lat,lngs as the ground overlay. @Override public void onMapReady(GoogleMap googleMap) { final LatLngBounds NewarkBounds = new LatLngBounds( new LatLng(FILL, -FILL), new LatLng(FILL, -FILL) ); mMap = googleMap; mMap