Select to view content in your preferred language

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

1769
1
Jump to solution
10-21-2019 01:48 AM
NishidhKhanapara
Emerging 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 Alum
Esri Alum

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 Alum
Esri Alum

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

0 Kudos