Type Alias: G3XFmsFplLoadedApproachData
G3XFmsFplLoadedApproachData =
object
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/G3XFmsFplUserDataTypes.ts:16
Data describing a VFR approach procedure that is loaded into a G3X Touch internal flight plan.
Properties
airportIcao
airportIcao:
string
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/G3XFmsFplUserDataTypes.ts:24
The ICAO string (V1) of the loaded approach airport.
Deprecated
Please use airportIcaoStruct instead.
airportIcaoStruct
airportIcaoStruct:
IcaoValue
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/G3XFmsFplUserDataTypes.ts:18
The ICAO value of the loaded approach airport.
approach
approach:
GarminVfrApproachProcedure
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/G3XFmsFplUserDataTypes.ts:30
The loaded VFR approach procedure.
approachIndex
approachIndex:
number
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/G3XFmsFplUserDataTypes.ts:27
The index of the published approach on which the loaded VFR approach is based.