Skip to main content

Interface: RunwayTransition

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

An arrival transition for a particular selected runway.

Properties

legs

readonly legs: readonly Readonly<FlightPlanLeg>[]

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

The legs that make up this procedure.


runwayDesignation

readonly runwayDesignation: number

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

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


runwayNumber

readonly runwayNumber: number

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

The number of the runway.