Interface: BaseLegPredictions
Base information for leg predictions
Hierarchy
BaseLegPredictions
Properties
distance
• distance: number
Distance to the termination of the leg from PPOS
Defined in
src/sdk/utils/predictions/LegPredictions.ts:18
estimatedTimeEnroute
• estimatedTimeEnroute: number
Estimated time Enroute of the leg, in seconds duration
Defined in
src/sdk/utils/predictions/LegPredictions.ts:28
estimatedTimeOfArrival
• estimatedTimeOfArrival: number
Estimated Time of Arrival of the leg, in UTC seconds from midnight
Defined in
src/sdk/utils/predictions/LegPredictions.ts:23
fob
• fob: null
| number
Fuel on board at leg termination, in pounds
Defined in
src/sdk/utils/predictions/LegPredictions.ts:33
ident
• ident: string
Ident of the associated leg
Defined in
src/sdk/utils/predictions/LegPredictions.ts:13
kind
• kind: string
Kind of predictions ('activeOrUpcoming' or 'passed')
Defined in
src/sdk/utils/predictions/LegPredictions.ts:8