Tap and hold on a map to show a magnifier.
Due to the limited screen size of some mobile devices, it may be difficult to identify individual features on a map where there is a high density of information, or the scale is very small. This can be the case when a mobile device is used for navigation, and the user wishes to magnify a particular area to better identify a road intersection.
Tap and hold on the map to show a magnifier, then drag across the map to move the magnifier. You can also pan the map while holding the magnifier, by dragging the magnifier to the edge of the map.
- Create a new
MapView
, and add anMap
to it. - Enable and disable the magnifier using
mapView.InteractionOptions.IsMagnifierEnabled
. This will set the magnifier to be shown on theMap
when the user performs a long press gesture. Note: The default value istrue
.
- Map
- MapView
- MapViewInteractionOptions.IsMagnifierEnabled
This sample only works on a device with a touch screen. The magnifier will not appear via a mouse click.
magnify, map, zoom