Interface: ActiveOrUpcomingLegPredictions
Contains data predicted for an active or upcoming flight plan leg
Hierarchy
↳
ActiveOrUpcomingLegPredictions
Properties
distance
• distance: number
Distance to the termination of the leg from PPOS
Inherited from
Defined in
src/sdk/utils/predictions/LegPredictions.ts:18
estimatedTimeEnroute
• estimatedTimeEnroute: number
Estimated time Enroute of the leg, in seconds duration
Inherited from
BaseLegPredictions.estimatedTimeEnroute
Defined in
src/sdk/utils/predictions/LegPredictions.ts:28
estimatedTimeOfArrival
• estimatedTimeOfArrival: number
Estimated Time of Arrival of the leg, in UTC seconds from midnight
Inherited from
BaseLegPredictions.estimatedTimeOfArrival
Defined in
src/sdk/utils/predictions/LegPredictions.ts:23
fob
• fob: null
| number
Fuel on board at leg termination, in pounds
Inherited from
Defined in
src/sdk/utils/predictions/LegPredictions.ts:33
ident
• ident: string
Ident of the associated leg
Inherited from
Defined in
src/sdk/utils/predictions/LegPredictions.ts:13
kind
• kind: "activeOrUpcoming"
Kind of predictions ('activeOrUpcoming' or 'passed')
Overrides
Defined in
src/sdk/utils/predictions/LegPredictions.ts:68