Skip to main content

Interface: FlightPathState

Defined in: src/sdk/flightplan/FlightPathState.ts:7

The state of a calculating flight path.

Properties

currentCourse

currentCourse: undefined | number

Defined in: src/sdk/flightplan/FlightPathState.ts:12

The current true course bearing of the flight path.


currentPosition

currentPosition: undefined | GeoPoint

Defined in: src/sdk/flightplan/FlightPathState.ts:9

The current position of the flight path.


desiredCourseReversalTurnRadius

readonly desiredCourseReversalTurnRadius: NumberUnitReadOnly<Distance>

Defined in: src/sdk/flightplan/FlightPathState.ts:39

The desired radius for turns in course reversals.


desiredHoldTurnRadius

readonly desiredHoldTurnRadius: NumberUnitReadOnly<Distance>

Defined in: src/sdk/flightplan/FlightPathState.ts:36

The desired radius for turns in holds.


desiredTurnAnticipationTurnRadius

readonly desiredTurnAnticipationTurnRadius: NumberUnitReadOnly<Distance>

Defined in: src/sdk/flightplan/FlightPathState.ts:42

The desired radius for anticipated leg-to-leg turns.


desiredTurnRadius

readonly desiredTurnRadius: NumberUnitReadOnly<Distance>

Defined in: src/sdk/flightplan/FlightPathState.ts:33

The desired radius for general turns.


isFallback

isFallback: boolean

Defined in: src/sdk/flightplan/FlightPathState.ts:15

Whether the flight path is in a fallback state.


planeAltitude

readonly planeAltitude: NumberUnitReadOnly<Distance>

Defined in: src/sdk/flightplan/FlightPathState.ts:24

The altitude of the airplane.


planeClimbRate

readonly planeClimbRate: NumberUnitReadOnly<Speed>

Defined in: src/sdk/flightplan/FlightPathState.ts:30

The climb rate of the airplane.


planeHeading

readonly planeHeading: number

Defined in: src/sdk/flightplan/FlightPathState.ts:21

The true heading of the airplane.


planePosition

readonly planePosition: GeoPointReadOnly

Defined in: src/sdk/flightplan/FlightPathState.ts:18

The position of the airplane.


planeSpeed

readonly planeSpeed: NumberUnitReadOnly<Speed>

Defined in: src/sdk/flightplan/FlightPathState.ts:27

The ground speed of the airplane.