Skip to main content

Interface: ActiveOrUpcomingLegPredictions

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

Contains data predicted for an active or upcoming flight plan leg

Extends

Properties

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: "activeOrUpcoming"

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

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

Overrides

BaseLegPredictions.kind