Interface: IntersectionFacility
Defined in: src/sdk/navigation/Facilities.ts:793
An intersection facility.
Extends
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.
Inherited from
icao
readonly
icao:string
Defined in: src/sdk/navigation/Facilities.ts:639
The FS ICAO for this facility.
Deprecated
Use Facility.icaoStruct.
Inherited from
icaoStruct
readonly
icaoStruct:IcaoValue
Defined in: src/sdk/navigation/Facilities.ts:642
The FS ICAO for this facility.
Inherited from
lat
readonly
lat:number
Defined in: src/sdk/navigation/Facilities.ts:648
The latitude of the facility.
Inherited from
lon
readonly
lon:number
Defined in: src/sdk/navigation/Facilities.ts:651
The longitude of the facility.
Inherited from
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.
Inherited from
nearestVorDistance
readonly
nearestVorDistance:number
Defined in: src/sdk/navigation/Facilities.ts:822
This distance to the nearest VOR.
nearestVorFrequencyBCD16
readonly
nearestVorFrequencyBCD16:number
Defined in: src/sdk/navigation/Facilities.ts:810
The frequency of the nearest VOR, in BCD16.
nearestVorFrequencyMHz
readonly
nearestVorFrequencyMHz:number
Defined in: src/sdk/navigation/Facilities.ts:813
The frequency of the nearest VOR, in MHz.
nearestVorICAO
readonly
nearestVorICAO:string
Defined in: src/sdk/navigation/Facilities.ts:801
The FS ICAO of the nearest VOR to this intersection.
Deprecated
Use IntersectionFacility.nearestVorICAOStruct.
nearestVorICAOStruct
readonly
nearestVorICAOStruct:IcaoValue
Defined in: src/sdk/navigation/Facilities.ts:804
The FS ICAO of the nearest VOR to this intersection.
nearestVorMagneticRadial
readonly
nearestVorMagneticRadial:number
Defined in: src/sdk/navigation/Facilities.ts:819
The radial in degrees magnetic from the nearest VOR that the intersection lies on.
nearestVorTrueRadial
readonly
nearestVorTrueRadial:number
Defined in: src/sdk/navigation/Facilities.ts:816
The radial in degrees true from the nearest VOR that the intersection lies on.
nearestVorType
readonly
nearestVorType:VorType
Defined in: src/sdk/navigation/Facilities.ts:807
The type of the nearest VOR.
region
readonly
region:string
Defined in: src/sdk/navigation/Facilities.ts:654
The region code in which this facility appears.
Inherited from
routes
readonly
routes: readonlyAirwaySegment
[]
Defined in: src/sdk/navigation/Facilities.ts:795
The airway segments that are adjacent to this
type
readonly
type:IntersectionType
Defined in: src/sdk/navigation/Facilities.ts:825
The type of this intersection.