tags:

views:

35

answers:

1

Hi, Current the google map display US as default. alt text

I want to dispaly India as default on the map. How can i do this?

+2  A: 

Call getController() on your MapView to get a MapController, then call setCenter() to set the center of the map to whatever coordinates you like. You may also want to call setZoom() to control the zoom level.

CommonsWare