Class: MapGarminAutopilotPropsModule
Defined in: src/garminsdk/components/map/modules/MapGarminAutopilotPropsModule.ts:6
A module describing the state of a Garmin autopilot.
Extends
MapAutopilotPropsModule
Constructors
Constructor
new MapGarminAutopilotPropsModule():
MapGarminAutopilotPropsModule
Returns
MapGarminAutopilotPropsModule
Inherited from
MapAutopilotPropsModule.constructor
Properties
isHdgSyncModeActive
readonly
isHdgSyncModeActive:Subject
<boolean
>
Defined in: src/garminsdk/components/map/modules/MapGarminAutopilotPropsModule.ts:11
Whether HDG sync mode is active.
isTurnHdgAdjustActive
readonly
isTurnHdgAdjustActive:Subject
<boolean
>
Defined in: src/garminsdk/components/map/modules/MapGarminAutopilotPropsModule.ts:8
Whether automatic adjustment of selected heading during a turn is active.
manualHeadingSelect
readonly
manualHeadingSelect:SubEvent
<void
,void
>
Defined in: src/garminsdk/components/map/modules/MapGarminAutopilotPropsModule.ts:14
An event that is triggered when the selected heading is changed manually.
selectedAltitude
readonly
selectedAltitude:NumberUnitSubject
<Distance
,SimpleUnit
<Distance
>>
Defined in: src/sdk/components/map/modules/MapAutopilotPropsModule.ts:10
The altitude preselector setting.
Inherited from
MapAutopilotPropsModule.selectedAltitude
selectedHeading
readonly
selectedHeading:Subject
<number
>
Defined in: src/sdk/components/map/modules/MapAutopilotPropsModule.ts:13
The selected heading setting, in degrees.
Inherited from
MapAutopilotPropsModule.selectedHeading