Skip to main content

Interface: PassedLegPredictions

Defined in: src/sdk/utils/predictions/LegPredictions.ts:39

Contains predicted and achieved data for a passed flight plan leg

Extends

Properties

actualAltitude

actualAltitude: null | number

Defined in: src/sdk/utils/predictions/LegPredictions.ts:60

The altitude when crossing the leg, in feet


actualFob

actualFob: null | number

Defined in: src/sdk/utils/predictions/LegPredictions.ts:55

Actual fuel on board at leg termination, in metric tonnes


actualTimeEnroute

actualTimeEnroute: number

Defined in: src/sdk/utils/predictions/LegPredictions.ts:50

Actual time Enroute of the leg, in seconds duration


actualTimeOfArrival

actualTimeOfArrival: number

Defined in: src/sdk/utils/predictions/LegPredictions.ts:46

Actual Time of Arrival of the leg, in UTC seconds from midnight


distance

distance: number

Defined in: src/sdk/utils/predictions/LegPredictions.ts:18

Distance to the termination of the leg from PPOS

Inherited from

BaseLegPredictions.distance


estimatedTimeEnroute

estimatedTimeEnroute: number

Defined in: src/sdk/utils/predictions/LegPredictions.ts:28

Estimated time Enroute of the leg, in seconds duration

Inherited from

BaseLegPredictions.estimatedTimeEnroute


estimatedTimeOfArrival

estimatedTimeOfArrival: number

Defined in: src/sdk/utils/predictions/LegPredictions.ts:23

Estimated Time of Arrival of the leg, in UTC seconds from midnight

Inherited from

BaseLegPredictions.estimatedTimeOfArrival


fob

fob: null | number

Defined in: src/sdk/utils/predictions/LegPredictions.ts:33

Fuel on board at leg termination, in pounds

Inherited from

BaseLegPredictions.fob


ident

ident: string

Defined in: src/sdk/utils/predictions/LegPredictions.ts:13

Ident of the associated leg

Inherited from

BaseLegPredictions.ident


kind

kind: "passed"

Defined in: src/sdk/utils/predictions/LegPredictions.ts:41

Kind of predictions ('activeOrUpcoming' or 'passed')

Overrides

BaseLegPredictions.kind