Setting zoom dynamically level in Google map in android
I am developing an android application whe开发者_JS百科re I have to set the zoom level dynamically when the distance between two points increases. How can I implement this.
Call setZoom()
or zoomIn()
or zoomOut()
on the MapController
you get from your MapView
.
精彩评论