1

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?

4 Answers 4

7

Use getZoomLevel() method of MapView class.

Sign up to request clarification or add additional context in comments.

Comments

1

Use the function:

mapView.getZoomLevel() 

Comments

1

getZoomLevel() is deprecated now (v 6+) Use getZoomLevelDouble() instead.

Comments

0

In MapView Class, call method - getZoomLevel(). It returns the current zoom level of the map.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.