Restrict zooming between specific scale ranges.
Data may only appear at a certain scale on a map, and may be visually lost if zooming too far in or out. Setting the minimum and maximum scales ensures the zoom extents are appropriately limited for the purposes of the map.
Zoom in and out of the map. The zoom extents of the map are limited between the given minimum and maximum scales.
- Instantiate an
Map
object. - Set min and max scales of map with the
MinScale
andMaxScale
properties. - Display the map in a map view.
- Map
- Basemap
- MapView
- ViewPoint
area of interest, level of detail, maximum, minimum, scale, viewpoint