Interface: AirportFacility
An airport facility from the simulator.
Hierarchy
↳
AirportFacility
Properties
airportClass
• Readonly
airportClass: number
The class of the airport.
Defined in
src/sdk/navigation/Facilities.ts:418
airportPrivateType
• Readonly
airportPrivateType: AirportPrivateType
The privacy type of this airport.
Defined in
src/sdk/navigation/Facilities.ts:400
airspaceType
• Readonly
airspaceType: number
The type of airspace for the airport.
Defined in
src/sdk/navigation/Facilities.ts:415
approaches
• Readonly
approaches: readonly ApproachProcedure
[]
The approach procedures on the airport.
Defined in
src/sdk/navigation/Facilities.ts:433
arrivals
• Readonly
arrivals: readonly Procedure
[]
The arrival procedures on the airport.
Defined in
src/sdk/navigation/Facilities.ts:436
bestApproach
• Readonly
bestApproach: string
The name of the preferred airport approach.
Defined in
src/sdk/navigation/Facilities.ts:409
city
• Readonly
city: string
The city region boundary within which this facility appears.
Inherited from
Defined in
src/sdk/navigation/Facilities.ts:388
departures
• Readonly
departures: readonly Procedure
[]
The departure procedures on the airport.
Defined in
src/sdk/navigation/Facilities.ts:430
frequencies
• Readonly
frequencies: readonly FacilityFrequency
[]
The frequencies available on the airport.
Defined in
src/sdk/navigation/Facilities.ts:424
fuel1
• Readonly
fuel1: string
The primary fuel available at this airport.
Defined in
src/sdk/navigation/Facilities.ts:403
fuel2
• Readonly
fuel2: string
The secondary fuel available at this airport.
Defined in
src/sdk/navigation/Facilities.ts:406
icao
• Readonly
icao: string
The FS ICAO for this facility.
Inherited from
Defined in
src/sdk/navigation/Facilities.ts:373
lat
• Readonly
lat: number
The latitude of the facility.
Inherited from
Defined in
src/sdk/navigation/Facilities.ts:379
lon
• Readonly
lon: number
The longitude of the facility.
Inherited from
Defined in
src/sdk/navigation/Facilities.ts:382
magvar
• Readonly
magvar: number
The magnetic variation at a given facilty location.
Inherited from
Defined in
src/sdk/navigation/Facilities.ts:391
name
• Readonly
name: string
The name of the facility.
Inherited from
Defined in
src/sdk/navigation/Facilities.ts:376
radarCoverage
• Readonly
radarCoverage: GpsBoolean
Whether or not the airport has radar coverage.
Defined in
src/sdk/navigation/Facilities.ts:412
region
• Readonly
region: string
The region code in which this facility appears.
Inherited from
Defined in
src/sdk/navigation/Facilities.ts:385
runways
• Readonly
runways: AirportRunway
[]
The runways available on the airport.
Defined in
src/sdk/navigation/Facilities.ts:427
towered
• Readonly
towered: boolean
Whether or not the airport is towered.
Defined in
src/sdk/navigation/Facilities.ts:421