Restricting map view to specific map extent using Runtime? (ex: users can only zoom out to 1:10000)

331
2
03-08-2019 10:09 AM
AlexWalton
New Contributor II

If I have data over a large scale area and want to keep users from moving too far from the feature layer extent.

0 Kudos
2 Replies
RyanOlson1
Esri Contributor

Map (AGSMap for iOS) has properties for min/max scale

0 Kudos
RyanOlson1
Esri Contributor

To be clear, the properties are available in all the runtime sdks. The name of the `Map` class just happens to be `AGSMap` in the cocoa native iOS sdk. 

0 Kudos