Skip to main content

Interface: AirwaySegment

Defined in: src/sdk/navigation/Facilities.ts:277

A segment of an airway.

Properties

name

readonly name: string

Defined in: src/sdk/navigation/Facilities.ts:279

The name of the airway


nextIcao

readonly nextIcao: string

Defined in: src/sdk/navigation/Facilities.ts:303

The ICAO string (V1) of the next waypoint in the airway.

Deprecated

Please use nextIcaoStruct instead.


nextIcaoStruct

readonly nextIcaoStruct: IcaoValue

Defined in: src/sdk/navigation/Facilities.ts:297

The ICAO value of the next waypoint in the airway.


nextMinAlt

readonly nextMinAlt: number

Defined in: src/sdk/navigation/Facilities.ts:306

The minimum altitude on the next segment of the airway, in metres, or 0 if none.


prevIcao

readonly prevIcao: string

Defined in: src/sdk/navigation/Facilities.ts:291

The ICAO string (V1) of the previous waypoint in the airway.

Deprecated

Please use prevIcaoStruct instead.


prevIcaoStruct

readonly prevIcaoStruct: IcaoValue

Defined in: src/sdk/navigation/Facilities.ts:285

The ICAO value of the previous waypoint in the airway.


prevMinAlt

readonly prevMinAlt: number

Defined in: src/sdk/navigation/Facilities.ts:294

The minimum altitude on the previous segment of the airway, in metres, or 0 if none.


type

readonly type: number

Defined in: src/sdk/navigation/Facilities.ts:282

The type of the airway.