Interface: G3XChartsAirportSelectionData
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Charts/G3XChartsTypes.ts:23
Data describing the electronic charts available for a selected airport.
Properties
airportDiagramPages
readonly
airportDiagramPages: readonlyG3XChartsPageData
[]
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Charts/G3XChartsTypes.ts:34
All airport diagram chart pages for the airport.
approachPages
readonly
approachPages: readonlyG3XChartsPageData
[]
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Charts/G3XChartsTypes.ts:46
All approach procedure chart pages for the selected airport.
arrivalPages
readonly
arrivalPages: readonlyG3XChartsPageData
[]
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Charts/G3XChartsTypes.ts:43
All arrival procedure chart pages for the selected airport.
departurePages
readonly
departurePages: readonlyG3XChartsPageData
[]
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Charts/G3XChartsTypes.ts:40
All departure procedure chart pages for the selected airport.
icao
readonly
icao:IcaoValue
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Charts/G3XChartsTypes.ts:25
The ICAO of the selected airport.
infoPages
readonly
infoPages: readonlyG3XChartsPageData
[]
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Charts/G3XChartsTypes.ts:37
All airport information chart pages for the selected airport, excluding any airport diagram charts.
source
readonly
source:null
|string
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Charts/G3XChartsTypes.ts:31
The ID of the charts source that provided the charts for the selected airport, or null
if no charts source
was used.