Skip to content

Instantly share code, notes, and snippets.

@rajohns08
Created November 17, 2015 14:15
Show Gist options
  • Save rajohns08/0c9e5f8bf2fbb831d9cc to your computer and use it in GitHub Desktop.
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.
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