Interface: VisualFacility
Defined in: src/sdk/navigation/Facilities.ts:1031
A visual approach waypoint facility.
Extends
Properties
approach
readonlyapproach:string
Defined in: src/sdk/navigation/Facilities.ts:1033
The name of the approach to which this facility belongs.
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
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
lon
readonlylon:number
Defined in: src/sdk/navigation/Facilities.ts:661
The longitude of the facility.
Inherited from
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
region
readonlyregion:string
Defined in: src/sdk/navigation/Facilities.ts:664
The region code in which this facility appears.