Class OverviewMap
Defines a small "overview" (or "inset") map displaying a representation of the attached GeoView's current viewpoint.
Inheritance
Implements
Namespace: Esri.ArcGISRuntime.Toolkit.Maui
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class OverviewMap : TemplatedView, INotifyPropertyChanged, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, ILayout, ILayoutController, IVisualTreeElement, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
Name | Description |
---|---|
OverviewMap() | Initializes a new instance of the OverviewMap class. |
Fields
Name | Description |
---|---|
AreaSymbolProperty | Identifies the AreaSymbol bindable property. |
GeoViewProperty | Identifies the GeoView bindable property. |
MapProperty | Identifies the Map bindable property. |
PointSymbolProperty | Identifies the PointSymbol bindable property. |
ScaleFactorProperty | Identifies the ScaleFactor bindable property. |
Properties
Name | Description |
---|---|
AreaSymbol | Gets or sets the symbol used to draw the GeoView's visible area. |
GeoView | Gets or sets the geoview whose extent is to be displayed. |
Map | Gets or sets the Map shown in the inset/overview map. |
PointSymbol | Gets or sets the symbol used to draw the GeoView's viewpoint when it isn't possible to show the visible area (for example, when showing a scene). |
ScaleFactor | Gets or sets the amount to scale the overview map's viewpoint compared to the attached GeoView. |
Methods
Name | Description |
---|---|
OnApplyTemplate() |