Class GeoViewHandler<S, T>
View handler for the GeoView control
Namespace: Esri.ArcGISRuntime.Maui.Handlers
Assembly: Esri.ArcGISRuntime.Maui.dll
Syntax
public abstract class GeoViewHandler<S, T> : ViewHandler<IGeoView, object> where S : class, IGeoView where T : class
Type Parameters
Name | Description |
---|---|
S | |
T |
Fields
Name | Description |
---|---|
GeoViewMapper | Property mapper for the GeoView control. |
Methods
Name | Description |
---|---|
MapGraphicsOverlays(GeoViewHandler<S, T>, IGeoView) | Maps the GraphicsOverlays property to the native GeoView control. |
MapGrid(GeoViewHandler<S, T>, IGeoView) | Maps the Grid property to the native GeoView control. |
MapImageOverlays(GeoViewHandler<S, T>, IGeoView) | Maps the ImageOverlays property to the native GeoView control. |
MapIsAttributionTextVisible(GeoViewHandler<S, T>, IGeoView) | Maps the IsAttributionTextVisible property to the native GeoView control. |
MapLabeling(GeoViewHandler<S, T>, IGeoView) | Maps the Labeling property to the native GeoView control. |
MapSelectionProperties(GeoViewHandler<S, T>, IGeoView) | Maps the SelectionProperties property to the native GeoView control. |
MapTimeExtent(GeoViewHandler<S, T>, IGeoView) | Maps the TimeExtent property to the native GeoView control. |
MapViewInsets(GeoViewHandler<S, T>, IGeoView) | Maps the ViewInsets property to the native GeoView control. |
Applies to
Target | Versions |
---|---|
.NET | 200.0 - 200.7 |
.NET Windows | 200.0 - 200.7 |
.NET Android | 200.0 - 200.7 |
.NET iOS | 200.0 - 200.7 |