Class CompassHandler
Handler maps the MAUI compass control to underlying native implementation.
Namespace: Esri.ArcGISRuntime.Toolkit.Maui.Handlers
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class CompassHandler : ViewHandler<ICompass, object>
Constructors
| Improve this Doc View SourceCompassHandler()
Instantiates a new instance of the CompassHandler class.
Declaration
public CompassHandler()
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 SourceCompassMapper
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 SourceCreatePlatformView()
Declaration
protected override object CreatePlatformView()
Returns
Type | Description |
---|---|
Object |