Skip to content Skip to sidebar Skip to footer

Google Map Lite Mode Movecamera To Lat Lng Bounds Adds Unwanted Map Padding

I want map camera to move to my LatLngBounds. So I add map fragment to layout in BaseExpandableListAdapter's getChildView and onMapReady I'll moveCamera to LatLngBounds @Override p

Solution 1:

The reason was I used Lite Mode where only integer zooms are available.

http://code.google.com/p/gmaps-api-issues/issues/detail?id=7573&q=apitype%3AAndroid2%20type%3ADefect&sort=-id%20-stars&colspec=ID%20Type%20Status%20Introduced%20Fixed%20Summary%20Internal%20Stars

Post a Comment for "Google Map Lite Mode Movecamera To Lat Lng Bounds Adds Unwanted Map Padding"