Skip to main content

Interface: AirwaySegment

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

A segment of an airway.

Properties

name

readonly name: string

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

The name of the airway


nextIcao

readonly nextIcao: 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

readonly nextIcaoStruct: IcaoValue

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

The ICAO value of the next waypoint in the airway.


nextMinAlt

readonly nextMinAlt: 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

readonly prevIcao: 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

readonly prevIcaoStruct: IcaoValue

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

The ICAO value of the previous waypoint in the airway.


prevMinAlt

readonly prevMinAlt: 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

readonly type: number

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

The type of the airway.