Type Alias: ApproachDetails
ApproachDetails =
object
Defined in: src/garminsdk/flightplan/FmsTypes.ts:55
Details on the primary flight plan's loaded approach procedure.
Properties
bestRnavType
bestRnavType:
RnavTypeFlags
Defined in: src/garminsdk/flightplan/FmsTypes.ts:66
The best RNAV minima type available on the loaded approach.
isCircling
isCircling:
boolean
Defined in: src/garminsdk/flightplan/FmsTypes.ts:72
Whether the loaded approach is circling
isLoaded
isLoaded:
boolean
Defined in: src/garminsdk/flightplan/FmsTypes.ts:57
Whether an approach is loaded.
isRnpAr
isRnpAr:
boolean
Defined in: src/garminsdk/flightplan/FmsTypes.ts:63
Whether the loaded approach is an RNAV RNP (AR) approach.
isVtf
isVtf:
boolean
Defined in: src/garminsdk/flightplan/FmsTypes.ts:75
Whether the loaded approach is a vectors-to-final approach.
referenceFacility
referenceFacility:
VorFacility
|null
Defined in: src/garminsdk/flightplan/FmsTypes.ts:78
The reference navaid facility for the loaded approach.
rnavTypeFlags
rnavTypeFlags:
RnavTypeFlags
Defined in: src/garminsdk/flightplan/FmsTypes.ts:69
The RNAV minima types available on the loaded approach.
runway
runway:
OneWayRunway
|null
Defined in: src/garminsdk/flightplan/FmsTypes.ts:81
The runway associated with the loaded approach.
type
type:
GarminApproachType
Defined in: src/garminsdk/flightplan/FmsTypes.ts:60
The type of the loaded approach.