Skip to main content

Interface: BaseLegPredictions

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

Base information for leg predictions

Extended by

Properties

distance

distance: number

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

Distance to the termination of the leg from PPOS


estimatedTimeEnroute

estimatedTimeEnroute: number

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

Estimated time Enroute of the leg, in seconds duration


estimatedTimeOfArrival

estimatedTimeOfArrival: number

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

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


fob

fob: null | number

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

Fuel on board at leg termination, in pounds


ident

ident: string

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

Ident of the associated leg


kind

kind: string

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

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