Skip to main content

Interface: PassedLegPredictions

Contains predicted and achieved data for a passed flight plan leg

Hierarchy

Properties

actualAltitude

actualAltitude: null | number

The altitude when crossing the leg, in feet

Defined in

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


actualFob

actualFob: null | number

Actual fuel on board at leg termination, in metric tonnes

Defined in

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


actualTimeEnroute

actualTimeEnroute: number

Actual time Enroute of the leg, in seconds duration

Defined in

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


actualTimeOfArrival

actualTimeOfArrival: number

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

Defined in

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


distance

distance: number

Distance to the termination of the leg from PPOS

Inherited from

BaseLegPredictions.distance

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

BaseLegPredictions.fob

Defined in

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


ident

ident: string

Ident of the associated leg

Inherited from

BaseLegPredictions.ident

Defined in

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


kind

kind: "passed"

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

Overrides

BaseLegPredictions.kind

Defined in

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