Interface: UserFacility
Defined in: src/sdk/navigation/Facilities.ts:951
A User Waypoint 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
isTemporary
isTemporary:
boolean
Defined in: src/sdk/navigation/Facilities.ts:953
If the user waypoint is temporary.
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
reference1Distance?
optional
reference1Distance:number
Defined in: src/sdk/navigation/Facilities.ts:974
The disance from the first reference facility, in nautical miles.
reference1Icao?
optional
reference1Icao:string
Defined in: src/sdk/navigation/Facilities.ts:965
The ICAO of the first reference facility.
Deprecated
Please use reference1IcaoStruct
instead.
reference1IcaoStruct?
optional
reference1IcaoStruct:IcaoValue
Defined in: src/sdk/navigation/Facilities.ts:959
The ICAO of the first reference facility.
reference1MagVar?
optional
reference1MagVar:number
Defined in: src/sdk/navigation/Facilities.ts:971
The magnetic variation, in degrees, at the first reference facility.
reference1Radial?
optional
reference1Radial:number
Defined in: src/sdk/navigation/Facilities.ts:968
The magnetic radial, in degrees, from the first reference facility.
reference2Icao?
optional
reference2Icao:string
Defined in: src/sdk/navigation/Facilities.ts:983
The ICAO of the second reference facility.
Deprecated
Please use reference2IcaoStruct
instead.
reference2IcaoStruct?
optional
reference2IcaoStruct:IcaoValue
Defined in: src/sdk/navigation/Facilities.ts:977
The ICAO of the second reference facility.
reference2MagVar?
optional
reference2MagVar:number
Defined in: src/sdk/navigation/Facilities.ts:989
The magnetic variation, in degrees, at the second reference facility.
reference2Radial?
optional
reference2Radial:number
Defined in: src/sdk/navigation/Facilities.ts:986
The magnetic radial, in degrees, from the second reference facility.
region
readonly
region:string
Defined in: src/sdk/navigation/Facilities.ts:654
The region code in which this facility appears.
Inherited from
userFacilityType
userFacilityType:
UserFacilityType
Defined in: src/sdk/navigation/Facilities.ts:956
The type of user facility this is.