Created
March 18, 2016 14:48
-
-
Save ricdex/47c672a726ed017dbe25 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int padding = 0; // offset from edges of the map in pixels | |
CameraUpdate cu = CameraUpdateFactory.newLatLngBounds(mGroundOverlay.getBounds(), padding); | |
mMap.animateCamera(cu); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment