Class OverviewMap
Defines a small "overview" (or "inset") map displaying a representation of the attached GeoView's current viewpoint.
Namespace: Esri.ArcGISRuntime.Toolkit.UI.Controls
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public class OverviewMap : Control
Constructors
| Improve this Doc View SourceOverviewMap()
Initializes a new instance of the OverviewMap class.
Declaration
public OverviewMap()
Fields
| Improve this Doc View SourceAreaSymbolProperty
Identifies the AreaSymbol dependency property.
Declaration
public static readonly DependencyProperty AreaSymbolProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
GeoViewProperty
Identifies the GeoView dependency property.
Declaration
public static readonly DependencyProperty GeoViewProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
MapProperty
Identifies the Map dependency property.
Declaration
public static readonly DependencyProperty MapProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
PointSymbolProperty
Identifies the PointSymbol dependency property.
Declaration
public static readonly DependencyProperty PointSymbolProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
ScaleFactorProperty
Identifies the ScaleFactor dependency property.
Declaration
public static readonly DependencyProperty ScaleFactorProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceAreaSymbol
Gets or sets the symbol used to draw the GeoView's visible area.
Declaration
public Symbology.Symbol? AreaSymbol { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Symbology.Symbol> |
Remarks
The default is an empty fill symbol with a 1 point red outline.
GeoView
Gets or sets the geoview whose extent is to be displayed.
Declaration
public GeoView? GeoView { get; set; }
Property Value
Type | Description |
---|---|
Nullable<GeoView> |
Remarks
Note that by default interaction with OverviewMap will navigate the attached GeoView.
Map
Gets or sets the Map shown in the inset/overview map.
Declaration
public Map? Map { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Map> |
Remarks
Defaults to a map with a basemap in style
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).
Declaration
public Symbology.Symbol? PointSymbol { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Symbology.Symbol> |
Remarks
The default is a red cross.
ScaleFactor
Gets or sets the amount to scale the overview map's viewpoint compared to the attached GeoView.
Declaration
public double ScaleFactor { get; set; }
Property Value
Type | Description |
---|---|
Double |
Remarks
The default is 25.
Methods
| Improve this Doc View SourceOnApplyTemplate()
Declaration
protected override void OnApplyTemplate()