Interface: AirwaySegment
Defined in: src/sdk/navigation/Facilities.ts:287
A segment of an airway.
Properties
name
readonlyname:string
Defined in: src/sdk/navigation/Facilities.ts:289
The name of the airway
nextIcao
readonlynextIcao:string
Defined in: src/sdk/navigation/Facilities.ts:313
The ICAO string (V1) of the next waypoint in the airway.
Deprecated
Please use nextIcaoStruct instead.
nextIcaoStruct
readonlynextIcaoStruct:IcaoValue
Defined in: src/sdk/navigation/Facilities.ts:307
The ICAO value of the next waypoint in the airway.
nextMinAlt
readonlynextMinAlt:number
Defined in: src/sdk/navigation/Facilities.ts:316
The minimum altitude on the next segment of the airway, in metres, or 0 if none.
prevIcao
readonlyprevIcao:string
Defined in: src/sdk/navigation/Facilities.ts:301
The ICAO string (V1) of the previous waypoint in the airway.
Deprecated
Please use prevIcaoStruct instead.
prevIcaoStruct
readonlyprevIcaoStruct:IcaoValue
Defined in: src/sdk/navigation/Facilities.ts:295
The ICAO value of the previous waypoint in the airway.
prevMinAlt
readonlyprevMinAlt:number
Defined in: src/sdk/navigation/Facilities.ts:304
The minimum altitude on the previous segment of the airway, in metres, or 0 if none.
type
readonlytype:number
Defined in: src/sdk/navigation/Facilities.ts:292
The type of the airway.