Show / Hide Table of Contents

Class GeoViewHandler<S, T>

View handler for the GeoView control

Inheritance
System.Object
GeoViewHandler<S, T>
MapViewHandler
SceneViewHandler
Namespace: Esri.ArcGISRuntime.Maui.Handlers
Assembly: Esri.ArcGISRuntime.Maui.dll
Syntax
public abstract class GeoViewHandler<S, T> : ViewHandler<S, T> where S : class, IGeoView where T : GeoView
Type Parameters
Name Description
S
T

Fields

Name Description
GeoViewMapper

Property mapper for the GeoView control.

Methods

Name Description
ConnectHandler(T)
DisconnectHandler(T)
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

TargetVersions
.NET200.0 - 200.8
.NET Windows200.0 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
In This Article
Back to top Copyright © 2022 Esri.