Class MapViewHandler
View handler for the MapView control
Namespace: Esri.ArcGISRuntime.Maui.Handlers
Assembly: Esri.ArcGISRuntime.Maui.dll
Syntax
public class MapViewHandler : GeoViewHandler<IMapView, MapView>
Constructors
| Name | Description |
|---|---|
| MapViewHandler() | Instantiates a new instance of the MapViewHandler class. |
| MapViewHandler(Nullable<PropertyMapper>) | Instantiates a new instance of the MapViewHandler class. |
Fields
| Name | Description |
|---|---|
| MapViewMapper | Property mapper for the MapView control. |
Methods
| Name | Description |
|---|---|
| ConnectHandler(MapView) | |
| CreatePlatformView() | |
| DisconnectHandler(MapView) | |
| MapBackgroundGrid(MapViewHandler, IMapView) | Maps the BackgroundGrid property to the native MapView control. |
| MapGeometryEditor(MapViewHandler, IMapView) | Maps the GeometryEditor property to the native MapView control. |
| MapGrid(MapViewHandler, IMapView) | Maps the Grid property to the native MapView control. |
| MapInteractionOptions(MapViewHandler, IMapView) | Maps the InteractionOptions property to the native MapView control. |
| MapMap(MapViewHandler, IMapView) | Maps the Map property to the native MapView control. |
| MapWrapAroundMode(MapViewHandler, IMapView) | Maps the WrapAroundMode property to the native MapView control. |
Applies to
| Target | Versions |
|---|---|
| .NET | 200.0 - 200.8 |
| .NET Windows | 200.0 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |