Interface: LNavDataEvents
Defined in: src/garminsdk/navigation/LNavDataEvents.ts:93
Events related to Garmin LNAV.
Extends
Indexable
[key
: `lnavdata_is_steer_heading_${number}`
]: boolean
[key
: `lnavdata_next_dtk_true_${number}`
]: number
[key
: `lnavdata_next_dtk_mag_${number}`
]: number
[key
: `lnavdata_next_is_steer_heading_${number}`
]: boolean
[key
: `lnavdata_cdi_scale_label_${number}`
]: CDIScaleLabel
[key
: `lnavdata_egress_distance_${number}`
]: number
[key
: `lnavdata_tofrom_${number}`
]: VorToFrom
[key
: `lnavdata_destination_icao_${number}`
]: IcaoValue
[key
: `lnavdata_destination_ident_${number}`
]: string
[key
: `lnavdata_destination_runway_icao_${number}`
]: IcaoValue
[key
: `lnavdata_dtk_vector_${number}`
]: Readonly
<LNavDataDtkVector
>
[key
: `lnavdata_next_dtk_vector_${number}`
]: Readonly
<LNavDataDtkVector
>
[key
: `obs_available_${number}`
]: boolean
[key
: `lnavdata_dtk_true_${number}`
]: number
[key
: `lnavdata_dtk_mag_${number}`
]: number
[key
: `lnavdata_xtk_${number}`
]: number
[key
: `lnavdata_cdi_scale_${number}`
]: number
[key
: `lnavdata_waypoint_bearing_true_${number}`
]: number
[key
: `lnavdata_waypoint_bearing_mag_${number}`
]: number
[key
: `lnavdata_waypoint_distance_${number}`
]: number
[key
: `lnavdata_destination_distance_${number}`
]: number
[key
: `lnavdata_waypoint_ident_${number}`
]: string
Properties
lnavdata_cdi_scale
lnavdata_cdi_scale:
number
Defined in: src/sdk/autopilot/lnav/LNavDataEvents.ts:18
The current CDI scale, in nautical miles.
Inherited from
BaseLNavDataEvents
.lnavdata_cdi_scale
lnavdata_cdi_scale_label
lnavdata_cdi_scale_label:
CDIScaleLabel
Defined in: src/garminsdk/navigation/LNavDataEvents.ts:56
The current CDI scale label.
Inherited from
BaseLNavDataEvents
.lnavdata_cdi_scale_label
lnavdata_destination_distance
lnavdata_destination_distance:
number
Defined in: src/sdk/autopilot/lnav/LNavDataEvents.ts:30
The nominal distance remaining to the destination, in nautical miles.
Inherited from
BaseLNavDataEvents
.lnavdata_destination_distance
lnavdata_destination_icao
lnavdata_destination_icao:
IcaoValue
Defined in: src/garminsdk/navigation/LNavDataEvents.ts:65
The ICAO of the active flight plan destination, or the empty ICAO if there is no destination.
Inherited from
BaseLNavDataEvents
.lnavdata_destination_icao
lnavdata_destination_ident
lnavdata_destination_ident:
string
Defined in: src/garminsdk/navigation/LNavDataEvents.ts:68
The ident of the active flight plan destination, or the empty string if there is no destination.
Inherited from
BaseLNavDataEvents
.lnavdata_destination_ident
lnavdata_destination_runway_icao
lnavdata_destination_runway_icao:
IcaoValue
Defined in: src/garminsdk/navigation/LNavDataEvents.ts:71
The ICAO of the active flight plan destination runway, or the empty ICAO if there is no destination runway.
Inherited from
BaseLNavDataEvents
.lnavdata_destination_runway_icao
lnavdata_dtk_mag
lnavdata_dtk_mag:
number
Defined in: src/sdk/autopilot/lnav/LNavDataEvents.ts:9
The current nominal desired track, in degrees magnetic.
Inherited from
BaseLNavDataEvents
.lnavdata_dtk_mag
lnavdata_dtk_true
lnavdata_dtk_true:
number
Defined in: src/sdk/autopilot/lnav/LNavDataEvents.ts:6
The current nominal desired track, in degrees true.
Inherited from
BaseLNavDataEvents
.lnavdata_dtk_true
lnavdata_dtk_vector
lnavdata_dtk_vector:
Readonly
<LNavDataDtkVector
>
Defined in: src/garminsdk/navigation/LNavDataEvents.ts:74
Information on the nominal current desired track vector.
Inherited from
BaseLNavDataEvents
.lnavdata_dtk_vector
lnavdata_egress_distance
lnavdata_egress_distance:
number
Defined in: src/garminsdk/navigation/LNavDataEvents.ts:59
The nominal along-track distance remaining to the egress transition of the currently tracked flight plan leg, in nautical miles.
Inherited from
BaseLNavDataEvents
.lnavdata_egress_distance
lnavdata_is_steer_heading
lnavdata_is_steer_heading:
boolean
Defined in: src/garminsdk/navigation/LNavDataEvents.ts:44
Whether LNAV is nominally attempting to steer to follow a constant heading instead of a track.
Inherited from
BaseLNavDataEvents
.lnavdata_is_steer_heading
lnavdata_next_dtk_mag
lnavdata_next_dtk_mag:
number
Defined in: src/garminsdk/navigation/LNavDataEvents.ts:50
The nominal desired track at the beginning of the flight plan leg following the currently tracked leg, in degrees magnetic.
Inherited from
BaseLNavDataEvents
.lnavdata_next_dtk_mag
lnavdata_next_dtk_true
lnavdata_next_dtk_true:
number
Defined in: src/garminsdk/navigation/LNavDataEvents.ts:47
The nominal desired track at the beginning of the flight plan leg following the currently tracked leg, in degrees true.
Inherited from
BaseLNavDataEvents
.lnavdata_next_dtk_true
lnavdata_next_dtk_vector
lnavdata_next_dtk_vector:
Readonly
<LNavDataDtkVector
>
Defined in: src/garminsdk/navigation/LNavDataEvents.ts:77
Information on the nominal next desired track vector.
Inherited from
BaseLNavDataEvents
.lnavdata_next_dtk_vector
lnavdata_next_is_steer_heading
lnavdata_next_is_steer_heading:
boolean
Defined in: src/garminsdk/navigation/LNavDataEvents.ts:53
Whether the flight plan leg following the currently tracked leg is a nominally flown as a constant heading leg.
Inherited from
BaseLNavDataEvents
.lnavdata_next_is_steer_heading
lnavdata_tofrom
lnavdata_tofrom:
VorToFrom
Defined in: src/garminsdk/navigation/LNavDataEvents.ts:62
The nominal TO/FROM flag.
Inherited from
BaseLNavDataEvents
.lnavdata_tofrom
lnavdata_waypoint_bearing_mag
lnavdata_waypoint_bearing_mag:
number
Defined in: src/sdk/autopilot/lnav/LNavDataEvents.ts:24
The nominal bearing to the next waypoint tracked by LNAV, in degrees magnetic.
Inherited from
BaseLNavDataEvents
.lnavdata_waypoint_bearing_mag
lnavdata_waypoint_bearing_true
lnavdata_waypoint_bearing_true:
number
Defined in: src/sdk/autopilot/lnav/LNavDataEvents.ts:21
The nominal bearing to the next waypoint currently tracked by LNAV, in degrees true.
Inherited from
BaseLNavDataEvents
.lnavdata_waypoint_bearing_true
lnavdata_waypoint_distance
lnavdata_waypoint_distance:
number
Defined in: src/sdk/autopilot/lnav/LNavDataEvents.ts:27
The nominal distance remaining to the next waypoint currently tracked by LNAV, in nautical miles.
Inherited from
BaseLNavDataEvents
.lnavdata_waypoint_distance
lnavdata_waypoint_ident
lnavdata_waypoint_ident:
string
Defined in: src/sdk/autopilot/lnav/LNavDataEvents.ts:33
The nominal ident of the next waypoint tracked by LNAV.
Inherited from
BaseLNavDataEvents
.lnavdata_waypoint_ident
lnavdata_xtk
lnavdata_xtk:
number
Defined in: src/sdk/autopilot/lnav/LNavDataEvents.ts:15
The current nominal crosstrack error, in nautical miles. Negative values indicate deviation to the left, as viewed when facing in the direction of the track. Positive values indicate deviation to the right.
Inherited from
BaseLNavDataEvents
.lnavdata_xtk
obs_available
obs_available:
boolean
Defined in: src/garminsdk/navigation/LNavDataEvents.ts:80
Whether OBS mode can be activated on the current active flight plan leg.