Show / Hide Table of Contents

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
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.

ImageOverlays

Gets or sets the ImageOverlays collection.

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

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.