Interface: AirwaySegment
A segment of an airway.
Properties
name
• Readonly
name: string
The name of the airway
Defined in
src/sdk/navigation/Facilities.ts:147
nextIcao
• Readonly
nextIcao: string
The next FS ICAO on the airway.
Defined in
src/sdk/navigation/Facilities.ts:156
prevIcao
• Readonly
prevIcao: string
The previous FS ICAO on the airway.
Defined in
src/sdk/navigation/Facilities.ts:153
type
• Readonly
type: number
The type of the airway.
Defined in
src/sdk/navigation/Facilities.ts:150