Get the current zoom level and Lat/Long in android sdk

1596
1
Jump to solution
10-21-2019 01:48 AM
NishidhKhanapara
New Contributor
How can I get the current zoom level and center point Lat/Long of the map android sdk? Is there a property that tells me how far the user has zoomed (level) into the map like  a (1-9) or something? Can you please guide me about that?
0 Kudos
1 Solution

Accepted Solutions
JonL
by Esri Contributor
Esri Contributor

You can use GeoView.getCurrentViewpoint(), which will return a Viewpoint that has information about latitude, longitude and scale.

View solution in original post

0 Kudos
1 Reply
JonL
by Esri Contributor
Esri Contributor

You can use GeoView.getCurrentViewpoint(), which will return a Viewpoint that has information about latitude, longitude and scale.

0 Kudos