Skip to main content

Type Alias: FmsFlightPhase

FmsFlightPhase = object

Defined in: src/garminsdk/flightplan/FmsTypes.ts:87

Details on the current FMS phase of flight.

Properties

isApproachActive

isApproachActive: boolean

Defined in: src/garminsdk/flightplan/FmsTypes.ts:89

Whether the approach is active.


isInMissedApproach

isInMissedApproach: boolean

Defined in: src/garminsdk/flightplan/FmsTypes.ts:98

Whether the missed approach is active.


isPastFaf

isPastFaf: boolean

Defined in: src/garminsdk/flightplan/FmsTypes.ts:95

Whether the active leg is past the final approach fix.


isToFaf

isToFaf: boolean

Defined in: src/garminsdk/flightplan/FmsTypes.ts:92

Whether the active leg is the leg to the final approach fix.