Interface: Facility
Defined in: src/sdk/navigation/Facilities.ts:634
A navdata facility from the simulator.
Extended by
AirportFacility
IntersectionFacility
VorFacility
NdbFacility
UserFacility
RunwayFacility
VisualFacility
Properties
city
readonly
city:string
Defined in: src/sdk/navigation/Facilities.ts:660
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.
icao
readonly
icao:string
Defined in: src/sdk/navigation/Facilities.ts:639
The FS ICAO for this facility.
Deprecated
Use Facility.icaoStruct.
icaoStruct
readonly
icaoStruct:IcaoValue
Defined in: src/sdk/navigation/Facilities.ts:642
The FS ICAO for this facility.
lat
readonly
lat:number
Defined in: src/sdk/navigation/Facilities.ts:648
The latitude of the facility.
lon
readonly
lon:number
Defined in: src/sdk/navigation/Facilities.ts:651
The longitude of the facility.
name
readonly
name:string
Defined in: src/sdk/navigation/Facilities.ts:645
The name of the facility. Can be a localized string (prefix with TT:
) that needs passed to Utils.Translate.
region
readonly
region:string
Defined in: src/sdk/navigation/Facilities.ts:654
The region code in which this facility appears.