Type Alias: GarminNavToNavManager2Options
GarminNavToNavManager2Options =
object
Defined in: src/garminsdk/autopilot/navtonav/GarminNavToNavManager2.ts:41
Configuration options for GarminNavToNavManager2.
Properties
canArmedModeActivate()?
optional
canArmedModeActivate: (navRadioIndex
,armedLateralMode
) =>boolean
Defined in: src/garminsdk/autopilot/navtonav/GarminNavToNavManager2.ts:48
A function that checks whether an armed autopilot lateral mode can be activated as part of a CDI source switch.
Parameters
Parameter | Type | Description |
---|---|---|
navRadioIndex | NavRadioIndex | The index of the NAV radio that is armed for a potential CDI source switch. |
armedLateralMode | APLateralModes | The armed autopilot lateral mode. |
Returns
boolean
Whether the specified armed autopilot lateral mode can be activated as part of a CDI source switch.