Skip to main content

Interface: ActiveOrUpcomingLegPredictions

Contains data predicted for an active or upcoming flight plan leg

Hierarchy

Properties

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

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

Overrides

BaseLegPredictions.kind

Defined in

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