Show / Hide Table of Contents

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 Source

AutoHide

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
| Improve this Doc View Source

GeoView

Gets or sets the GeoView that the compass is connected to.

Declaration
GeoView? GeoView { get; set; }
Property Value
Type Description
Nullable<GeoView>
| Improve this Doc View Source

Heading

Gets or sets the heading of the compass.

Declaration
double Heading { get; set; }
Property Value
Type Description
Double
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX