Limit the view of a map to a particular area.
When showing map information relevant to only a certain area, you may wish to constrain the user's ability to pan or zoom away.
The application loads with a map whose maximum extent has been set to the borders of Colorado. Note that you won't be able to pan far from the Colorado border or zoom out beyond the minimum scale set by the max extent. Use the control to disable the max extent to freely pan/zoom around the map.
- Create a
Map
object. - Create an envelope of the extent.
- Set the map to a
MapView
object. - Set the maximum extent of the map with
map.MaxExtent = extentEnvelope
. - Set
MaxExtent
tonull
to disable the maximum extent of the map.
- Envelope
- Map
extent, limit panning, map, mapview, max extent, zoom