Skip to main content

Interface: RunwayTransition

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

An arrival transition for a particular selected runway.

Properties

legs

readonly legs: readonly Readonly<FlightPlanLeg>[]

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

The legs that make up this procedure.


runwayDesignation

readonly runwayDesignation: number

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

The letter designation for the runway, if any (L, C, R)


runwayNumber

readonly runwayNumber: number

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

The number of the runway.