Show / Hide Table of Contents

Interface IGeoView

A set of GeoView members used with the GeoViewHandler<S, T> class.

IView.Arrange(Rect)
IView.Measure(double, double)
IView.InvalidateMeasure()
IView.InvalidateArrange()
IView.Focus()
IView.Unfocus()
IView.AutomationId
IView.FlowDirection
IView.HorizontalLayoutAlignment
IView.VerticalLayoutAlignment
IView.Semantics
IView.Clip
IView.Shadow
IView.IsEnabled
IView.IsFocused
IView.Visibility
IView.Opacity
IView.Background
IView.Frame
IView.Width
IView.MinimumWidth
IView.MaximumWidth
IView.Height
IView.MinimumHeight
IView.MaximumHeight
IView.Margin
IView.DesiredSize
IView.ZIndex
IView.Handler
IView.InputTransparent
IElement.Parent
ITransform.TranslationX
ITransform.TranslationY
ITransform.Scale
ITransform.ScaleX
ITransform.ScaleY
ITransform.Rotation
ITransform.RotationX
ITransform.RotationY
ITransform.AnchorX
ITransform.AnchorY
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
AnalysisOverlays

Gets or sets the AnalysisOverlays collection.

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
AnalysisViewStateChanged(AnalysisViewStateChangedEventArgs)

Raises the analysis view state changed event.

CriticalErrorChanged(Exception?)

Raises the Critical Error changed event.

DrawStatusChanged(DrawStatusChangedEventArgs)

Raises the draw status changed event.

GeoModelErrorChanged(Exception?)

Raises the GeoModel Error 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 - 300.0
.NET Windows200.0 - 300.0
.NET Android200.0 - 300.0
.NET iOS200.0 - 300.0
In this article
Provide feedback
Back to top Copyright © 2025 Esri.