Class GeoView
A base class for all views that can display geographic content.
Namespace: Esri.ArcGISRuntime.Maui
Assembly: Esri.ArcGISRuntime.Maui.dll
Syntax
public abstract class GeoView : View, IGeoView
Remarks
Subclasses can display the content in either 2D (Map
Geo
Fields
Name | Description |
---|---|
Graphics |
Identifies the Graphics |
Grid |
Identifies the Grid bindable property. |
Is |
Identifies the Is |
Labeling |
Identifies the Labeling bindable property. |
Selection |
Identifies the Selection |
Time |
Identifies the Time |
View |
Identifies the View |
Properties
Name | Description |
---|---|
Attribution |
Gets the attribution text for the data that is currently displayed in the Geo |
Draw |
Gets the current drawing status of the content displayed in the Geo |
Graphics |
Gets or sets a collection of Graphics |
Grid | Gets or sets the grid that is available to the map for display. |
Is |
Gets or sets a value indicating whether the Esri attribution text is visible. |
Is |
Gets a value indicating whether a callout is currently open |
Is |
Gets a value indicating whether the map is currently navigating.
when navigation has finished the Navigation |
Is |
Gtes a value indicating whether the wrap around feature is currently active. For wrap around to be
active the Wrap |
Labeling | Gets or sets the View |
Selection |
Gets or sets the selection properties for all graphic overlays and selectable layers within the Geo |
Spatial |
Gets the spatial reference that defines the coordinate system used by the map or scene in the Geo |
Time |
Gets or sets the Time |
View |
Gets or sets the viewport inset. |
Methods
Name | Description |
---|---|
Cancel |
Cancels any pending or currently running SetViewpointAsync operations. |
Dismiss |
Dismisses a callout if it's open. |
Export |
Exports an image snapshot of the current Geo |
Get |
|
Get |
Gets the Layer |
Identify |
Identifies the topmost graphic in the specified graphics overlay, at the given screen point. |
Identify |
Identifies a limited number of graphics in the specified graphics overlay, at the given screen point. |
Identify |
Identifies the topmost graphic in each graphics overlay, at the given screen point. |
Identify |
Identifies a limited number of graphics in all graphics overlays, at the given screen point. |
Identify |
Initiates an identify operation on the specified layer which will return the single visible topmost geolement only. |
Identify |
Identifies a limited number of geoelements in the specified layer or sublayer, at the given screen point. |
Identify |
Initiates an identify operation on the specified layer. |
Identify |
Initiates an identify operation on the specified layer which will return the single visible topmost geolement only. |
Identify |
Identifies the topmost geoelements at the given screen point, in each identifiable layer or sublayer in the
Geo |
Identify |
Identifies a limited number of geoelements at the given screen point, in each identifiable layer or sublayer in the
Geo |
Identify |
Initiates an identify operation on all layers in the view. |
Identify |
Initiates an identify operation on all layers in the view which will return the single visible topmost geoelement per layer only. |
On |
|
On |
|
Set |
|
Set |
Pan or zoom the Geo |
Set |
Pan or zoom the Geo |
Set |
Pan or zoom the Geo |
Show |
Shows a callout based on a Callout |
Show |
Shows a callout at the given location with a |
Show |
Shows a callout for the given geoelement at an appropriate location for the tap location by snapping to the geometry of the element. |
Events
Name | Description |
---|---|
Draw |
Occurs when the draw status of the Geo |
Geo |
Occurs when an otherwise unhandled DoubleTap interaction occurs over the hit test area of the view. |
Geo |
Occurs when an otherwise unhandled holding interaction occurs over the hit test area of the view. |
Geo |
Occurs when an otherwise unhandled Tap interaction occurs over the hit test area of the view. |
Layer |
Occurs when the layer view state of any layer in the Geo |
Navigation |
When navigation on the map has completed this event will be raised. |
Spatial |
Occurs when the spatial reference of the Geo |
Viewpoint |
Occurs when the viewpoint of the Geo |
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 |