Hi,
Current the google map display US as default.

I want to dispaly India as default on the map. How can i do this?
Hi,
Current the google map display US as default.

I want to dispaly India as default on the map. How can i do this?
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.