Interface IGeoView
A set of GeoView members used with the GeoViewHandler<S, T> class.
Namespace: Esri.ArcGISRuntime.Maui
Assembly: Esri.ArcGISRuntime.Maui.dll
Syntax
public interface IGeoView : IView, IElement, ITransform
Remarks
This API might expand in the future, and implementing it isn't recommended.
Properties
Name | Description |
---|---|
GraphicsOverlays | Gets or sets the GraphicsOverlays collection. |
Grid | Gets or sets a coordinate system grid to display on top of the GeoView. |
IsAttributionTextVisible | Gets or sets a value indicating whether the Esri attribution text is visible. |
Labeling | Gets or sets the ViewLabelProperties. |
SelectionProperties | Gets or sets the selection properties that is applied to graphic overlays and layers within the view. |
TimeExtent | Gets or sets the time extent that is applied to layers within the view. |
ViewInsets | Gets or sets the viewport inset. |
Methods
Name | Description |
---|---|
DrawStatusChanged(DrawStatusChangedEventArgs) | Raises the draw status changed event. |
GeoViewDoubleTapped(GeoViewInputEventArgs) | Raises the double-tapped event on the geoview. |
GeoViewHolding(GeoViewInputEventArgs) | Raises the holding event on the geoview. |
GeoViewTapped(GeoViewInputEventArgs) | Raises the tapped event on the geoview. |
LayerViewStateChanged(LayerViewStateChangedEventArgs) | Raises the layer view statue changed event on the geoview. |
NavigationCompleted(EventArgs) | Raises the navigation on completed event. |
PropertyChanged(String) | Raises the property changed event on the geoview |
SpatialReferenceChanged(EventArgs) | Raises the spatial reference changed event on the geoview |
ViewpointChanged(EventArgs) | Raises the viewpoint changed event on the geoview |
Applies to
Target | Versions |
---|---|
.NET | 200.0 - 200.6 |
.NET Windows | 200.0 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |