Created
November 17, 2015 14:15
-
-
Save rajohns08/0c9e5f8bf2fbb831d9cc to your computer and use it in GitHub Desktop.
Android / Maps v2 - United States of America (USA) map coordinates. Placing map camera at USA.
This file contains 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
map.moveCamera(CameraUpdateFactory.newLatLngZoom(new LatLng(38, 263), 3.0f)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment