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