Show / Hide Table of Contents

Class CompassHandler

Handler maps the MAUI compass control to underlying native implementation.

Inheritance
Object
CompassHandler
Namespace: Esri.ArcGISRuntime.Toolkit.Maui.Handlers
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class CompassHandler : ViewHandler<ICompass, object>

Constructors

| Improve this Doc View Source

CompassHandler()

Instantiates a new instance of the CompassHandler class.

Declaration
public CompassHandler()
| Improve this Doc View Source

CompassHandler(IPropertyMapper, Nullable<CommandMapper>)

Instantiates a new instance of the CompassHandler class.

Declaration
public CompassHandler(IPropertyMapper mapper, CommandMapper? commandMapper = null)
Parameters
Type Name Description
IPropertyMapper mapper

property mapper

Nullable<CommandMapper> commandMapper

Fields

| Improve this Doc View Source

CompassMapper

Maps properties from the Compass public API to handler implementation.

Declaration
public static PropertyMapper<ICompass, CompassHandler> CompassMapper
Field Value
Type Description
PropertyMapper<ICompass, CompassHandler>

Methods

| Improve this Doc View Source

CreatePlatformView()

Declaration
protected override object CreatePlatformView()
Returns
Type Description
Object
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX