Skip to main content

Type Alias: NearestAirportData

NearestAirportData = object

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/NearestAirportsPageStore.ts:6

Data for a nearest airport entry.

Properties

airport

airport: AirportFacility

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/NearestAirportsPageStore.ts:8

The airport facility.


bearing

bearing: number

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/NearestAirportsPageStore.ts:14

The magnetic bearing to the airport.


distance

distance: number

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/NearestAirportsPageStore.ts:17

The distance to the airport, in nautical miles.


ete

ete: number

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/NearestAirportsPageStore.ts:20

The estimated time enroute to the airport, in minutes.


fod

fod: number

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/NearestAirportsPageStore.ts:23

The estimated fuel remaining over the airport, in pounds.


runway

runway: OneWayRunway | null

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/NearestAirportsPageStore.ts:11

The longest runway at the airport.