Select to view content in your preferred language

Setting maximum extent?

2236
1
10-26-2013 09:21 PM
ThomasBinu
Deactivated User
Is there a way to set the maximum extent of the map through the Android Esri API?
Thanks,
Thomas
0 Kudos
1 Reply
DanO_Neill
Deactivated User
The API does not provide a way to constrain the map extent.  You could implement this in a webmap or programmatically use the OnStatusChangedListener on the MapView to detect changes to the map and implement the logic to constrain the maps extent.
0 Kudos