Skip to main content

Interface: G3000ChartsAirportSelectionData

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Charts/G3000ChartsTypes.ts:23

Data describing the electronic charts available for a selected airport.

Properties

approachPages

readonly approachPages: readonly G3000ChartsPageData[]

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Charts/G3000ChartsTypes.ts:43

All approach procedure chart pages for the selected airport.


arrivalPages

readonly arrivalPages: readonly G3000ChartsPageData[]

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Charts/G3000ChartsTypes.ts:40

All arrival procedure chart pages for the selected airport.


departurePages

readonly departurePages: readonly G3000ChartsPageData[]

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Charts/G3000ChartsTypes.ts:37

All departure procedure chart pages for the selected airport.


icao

readonly icao: IcaoValue

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Charts/G3000ChartsTypes.ts:25

The ICAO of the selected airport.


infoPages

readonly infoPages: readonly G3000ChartsPageData[]

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Charts/G3000ChartsTypes.ts:34

All airport information chart pages for the selected airport.


source

readonly source: null | string

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Charts/G3000ChartsTypes.ts:31

The ID of the charts source that provided the charts for the selected airport, or null if no charts source was used.