Skip to content

Instantly share code, notes, and snippets.

@laabroo
Created June 16, 2012 07:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laabroo/2940325 to your computer and use it in GitHub Desktop.
Save laabroo/2940325 to your computer and use it in GitHub Desktop.
Inisialisasi Map
private void initMap() {
mapView = (MapView) findViewById(R.id.mymap);
mapView.displayZoomControls(true);
mapView.getController().setZoom(16);
}
@laabroo
Copy link
Author

laabroo commented Jun 16, 2012

Cara menginisialisasi Map sesuai dengan object Map yang dibuat dalam file layoutnya.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment