Friends i am making an application in which i am using Map Activity.
Now i have settles all Code using the following link:
http://developer.android.com/resources/tutorials/views/hello-mapview.html
it gives ma an overlay on to the location as well. but when i zoom the map using
mapView.getController().setZoom(17);
Then it takes me to some other place not to the exact location where the overlay has been marked. So how do i take the map to that position?
Pleae Help
To move the map location and fit and zoom to the location use
and no need to specify the zoom level after this it’s automatically zoom and span to that location