Interface: VorFacility
Defined in: src/sdk/navigation/Facilities.ts:545
A VOR facility.
Extends
Properties
city
readonlycity:string
Defined in: src/sdk/navigation/Facilities.ts:397
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
freqBCD16
readonlyfreqBCD16:number
Defined in: src/sdk/navigation/Facilities.ts:550
The frequency of the VOR, in BCD16.
freqMHz
readonlyfreqMHz:number
Defined in: src/sdk/navigation/Facilities.ts:547
The frequency of the VOR, in MHz.
icao
readonlyicao:string
Defined in: src/sdk/navigation/Facilities.ts:379
The FS ICAO for this facility.
Inherited from
lat
readonlylat:number
Defined in: src/sdk/navigation/Facilities.ts:385
The latitude of the facility.
Inherited from
lon
readonlylon:number
Defined in: src/sdk/navigation/Facilities.ts:388
The longitude of the facility.
Inherited from
magneticVariation
readonlymagneticVariation:number
Defined in: src/sdk/navigation/Facilities.ts:553
The magnetic variation of the specific VOR.
magvar
readonlymagvar:number
Defined in: src/sdk/navigation/Facilities.ts:400
The magnetic variation at a given facilty location.
Inherited from
name
readonlyname:string
Defined in: src/sdk/navigation/Facilities.ts:382
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:391
The region code in which this facility appears.
Inherited from
type
readonlytype:VorType
Defined in: src/sdk/navigation/Facilities.ts:556
The type of the VOR.
vorClass
readonlyvorClass:VorClass
Defined in: src/sdk/navigation/Facilities.ts:559
The class of the VOR.