Skip to main content

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: readonly G3XChartsPageData[]

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: readonly G3XChartsPageData[]

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: readonly G3XChartsPageData[]

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: readonly G3XChartsPageData[]

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: readonly G3XChartsPageData[]

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.