Interface: RunwayTransition
An arrival transition for a particular selected runway.
Properties
legs
• Readonly
legs: readonly Readonly
<FlightPlanLeg
>[]
The legs that make up this procedure.
Defined in
src/sdk/navigation/Facilities.ts:280
runwayDesignation
• Readonly
runwayDesignation: number
The letter designation for the runway, if any (L, C, R)
Defined in
src/sdk/navigation/Facilities.ts:277
runwayNumber
• Readonly
runwayNumber: number
The number of the runway.
Defined in
src/sdk/navigation/Facilities.ts:274