Interface ICompass
Defines the public API for the MAUI compass control.
Namespace: Esri.ArcGISRuntime.Toolkit.Maui
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public interface ICompass
Properties
| Improve this Doc View SourceAutoHide
Gets or sets a value indicating whether the compass will hide itself when the map rotation is 0 degrees.
Declaration
bool AutoHide { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
GeoView
Gets or sets the GeoView that the compass is connected to.
Declaration
GeoView? GeoView { get; set; }
Property Value
Type | Description |
---|---|
Nullable<GeoView> |
Heading
Gets or sets the heading of the compass.
Declaration
double Heading { get; set; }
Property Value
Type | Description |
---|---|
Double |