Interface: IntersectionFacility
Defined in: src/sdk/navigation/Facilities.ts:803
An intersection facility.
Extends
Properties
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
nearestVorDistance
readonlynearestVorDistance:number
Defined in: src/sdk/navigation/Facilities.ts:832
This distance to the nearest VOR.
nearestVorFrequencyBCD16
readonlynearestVorFrequencyBCD16:number
Defined in: src/sdk/navigation/Facilities.ts:820
The frequency of the nearest VOR, in BCD16.
nearestVorFrequencyMHz
readonlynearestVorFrequencyMHz:number
Defined in: src/sdk/navigation/Facilities.ts:823
The frequency of the nearest VOR, in MHz.
nearestVorICAO
readonlynearestVorICAO:string
Defined in: src/sdk/navigation/Facilities.ts:811
The FS ICAO of the nearest VOR to this intersection.
Deprecated
Use IntersectionFacility.nearestVorICAOStruct.
nearestVorICAOStruct
readonlynearestVorICAOStruct:IcaoValue
Defined in: src/sdk/navigation/Facilities.ts:814
The FS ICAO of the nearest VOR to this intersection.
nearestVorMagneticRadial
readonlynearestVorMagneticRadial:number
Defined in: src/sdk/navigation/Facilities.ts:829
The radial in degrees magnetic from the nearest VOR that the intersection lies on.
nearestVorTrueRadial
readonlynearestVorTrueRadial:number
Defined in: src/sdk/navigation/Facilities.ts:826
The radial in degrees true from the nearest VOR that the intersection lies on.
nearestVorType
readonlynearestVorType:VorType
Defined in: src/sdk/navigation/Facilities.ts:817
The type of the nearest VOR.
region
readonlyregion:string
Defined in: src/sdk/navigation/Facilities.ts:664
The region code in which this facility appears.
Inherited from
routes
readonlyroutes: readonlyAirwaySegment[]
Defined in: src/sdk/navigation/Facilities.ts:805
The airway segments that are adjacent to this
type
readonlytype:IntersectionType
Defined in: src/sdk/navigation/Facilities.ts:835
The type of this intersection.