Interface: Predictions<P>
Defined in: src/sdk/utils/predictions/FlightPlanPredictionProvider.ts:54
Predictions from present position of an aircraft to a point, along a flight path in 3D space
Type Parameters
Type Parameter | Default type |
---|---|
P extends LatLonInterface | GeoPoint |
Properties
altitude
altitude:
number
Defined in: src/sdk/utils/predictions/FlightPlanPredictionProvider.ts:74
The altitude predicted at this point, in metres
distance
distance:
number
Defined in: src/sdk/utils/predictions/FlightPlanPredictionProvider.ts:65
The distance to the point, in metres. Can be a mix of along-path and great-circle distance based on the available data.
duration
duration:
number
Defined in: src/sdk/utils/predictions/FlightPlanPredictionProvider.ts:83
The total duration of the leg in seconds.
estimatedTimeOfArrival
estimatedTimeOfArrival:
number
Defined in: src/sdk/utils/predictions/FlightPlanPredictionProvider.ts:68
The estimated time of arrival, in UNIX timestamp seconds
fob
fob:
number
Defined in: src/sdk/utils/predictions/FlightPlanPredictionProvider.ts:71
The weight predicted at the point, in pounds
ident
ident:
string
Defined in: src/sdk/utils/predictions/FlightPlanPredictionProvider.ts:56
A string identifier associated with this prediction
isSpeedMach
isSpeedMach:
boolean
Defined in: src/sdk/utils/predictions/FlightPlanPredictionProvider.ts:80
Whether or not the speed is a mach or CAS value.
position
position:
P
Defined in: src/sdk/utils/predictions/FlightPlanPredictionProvider.ts:59
The location of this point
speed
speed:
number
Defined in: src/sdk/utils/predictions/FlightPlanPredictionProvider.ts:77
The predicted leg speed.
valid
valid:
boolean
Defined in: src/sdk/utils/predictions/FlightPlanPredictionProvider.ts:62
Whether the contents of this prediction are valid and up-to-date