Issue
I have a map view that draws radius overlay from current location. But for that, I need to know current zoomlevel on the map. How can I do this?
Solution
Use getZoomLevel() method of MapView class.
Answered By - anujprashar
I have a map view that draws radius overlay from current location. But for that, I need to know current zoomlevel on the map. How can I do this?
Use getZoomLevel() method of MapView class.
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.