Type Alias: SpeedConstraintListItem
SpeedConstraintListItem =
object
Defined in: src/garminsdk/autopilot/GarminSpeedConstraintStore.ts:11
A item containing a speed constraint from a flight plan and associated metadata.
Properties
flightPhase
flightPhase:
VerticalFlightPhase
Defined in: src/garminsdk/autopilot/GarminSpeedConstraintStore.ts:19
The vertical flight phase of this item's speed constraint.
globalLegIndex
globalLegIndex:
number
Defined in: src/garminsdk/autopilot/GarminSpeedConstraintStore.ts:16
The global index of the flight plan leg associated with this item's speed constraint.
isMissedApproach
isMissedApproach:
boolean
Defined in: src/garminsdk/autopilot/GarminSpeedConstraintStore.ts:22
Whether this item's speed constraint is part of a missed approach procedure.
speedConstraint
speedConstraint:
Readonly<SpeedConstraint>
Defined in: src/garminsdk/autopilot/GarminSpeedConstraintStore.ts:13
This item's speed constraint.