Interface: AirportFacility
Defined in: src/sdk/navigation/Facilities.ts:676
An airport facility from the simulator.
Extends
Properties
airportClass
readonlyairportClass:number
Defined in: src/sdk/navigation/Facilities.ts:700
The class of the airport.
airportPrivateType
readonlyairportPrivateType:AirportPrivateType
Defined in: src/sdk/navigation/Facilities.ts:682
The privacy type of this airport.
airspaceType
readonlyairspaceType:number
Defined in: src/sdk/navigation/Facilities.ts:697
The type of airspace for the airport.
altitude
readonlyaltitude:number
Defined in: src/sdk/navigation/Facilities.ts:736
The airport altitude in metres.
approaches
readonlyapproaches: readonlyApproachProcedure[]
Defined in: src/sdk/navigation/Facilities.ts:715
The approach procedures on the airport.
arrivals
readonlyarrivals: readonlyProcedure[]
Defined in: src/sdk/navigation/Facilities.ts:718
The arrival procedures on the airport.
bestApproach
readonlybestApproach:string
Defined in: src/sdk/navigation/Facilities.ts:691
The name of the preferred airport approach.
city
readonlycity:string
Defined in: src/sdk/navigation/Facilities.ts:670
The city region boundary within which this facility appears, and optionally also the state, separated by , .
Both city and state can be localized strings (prefixed with TT:), and will need split before passing to Utils.Translate individually.
Inherited from
departures
readonlydepartures: readonlyProcedure[]
Defined in: src/sdk/navigation/Facilities.ts:712
The departure procedures on the airport.
frequencies
readonlyfrequencies: readonlyFacilityFrequency[]
Defined in: src/sdk/navigation/Facilities.ts:706
The frequencies available on the airport.
fuel1
readonlyfuel1:string
Defined in: src/sdk/navigation/Facilities.ts:685
The primary fuel available at this airport.
fuel2
readonlyfuel2:string
Defined in: src/sdk/navigation/Facilities.ts:688
The secondary fuel available at this airport.
holdingPatterns
readonlyholdingPatterns:FacilityHoldingPattern[]
Defined in: src/sdk/navigation/Facilities.ts:721
Terminal area holding patterns at the airport.
iata
readonlyiata:string
Defined in: src/sdk/navigation/Facilities.ts:733
The 3-letter IATA code for the airport, or empty string if not defined.
icao
readonlyicao:string
Defined in: src/sdk/navigation/Facilities.ts:649
The FS ICAO for this facility.
Deprecated
Use Facility.icaoStruct.
Inherited from
icaoStruct
readonlyicaoStruct:IcaoValue
Defined in: src/sdk/navigation/Facilities.ts:652
The FS ICAO for this facility.
Inherited from
lat
readonlylat:number
Defined in: src/sdk/navigation/Facilities.ts:658
The latitude of the facility.
Inherited from
loadedDataFlags
readonlyloadedDataFlags:number
Defined in: src/sdk/navigation/Facilities.ts:679
Bitflags describing the types of data loaded into this facility object.
lon
readonlylon:number
Defined in: src/sdk/navigation/Facilities.ts:661
The longitude of the facility.
Inherited from
magvar
readonlymagvar:number
Defined in: src/sdk/navigation/Facilities.ts:724
The airport magnetic variation in, degrees [-180, 180), negative being west.
name
readonlyname:string
Defined in: src/sdk/navigation/Facilities.ts:655
The name of the facility. Can be a localized string (prefix with TT:) that needs passed to Utils.Translate.
Inherited from
radarCoverage
readonlyradarCoverage:GpsBoolean
Defined in: src/sdk/navigation/Facilities.ts:694
Whether or not the airport has radar coverage.
region
readonlyregion:string
Defined in: src/sdk/navigation/Facilities.ts:664
The region code in which this facility appears.
Inherited from
runways
readonlyrunways:AirportRunway[]
Defined in: src/sdk/navigation/Facilities.ts:709
The runways available on the airport.
towered
readonlytowered:boolean
Defined in: src/sdk/navigation/Facilities.ts:703
Whether or not the airport is towered.
transitionAlt
readonlytransitionAlt:number
Defined in: src/sdk/navigation/Facilities.ts:727
The transition altitude in metres, or 0 if not specified.
transitionLevel
readonlytransitionLevel:number
Defined in: src/sdk/navigation/Facilities.ts:730
The transition level in metres, or 0 if not specified.