Type Alias: AltitudeConstraintDetails
AltitudeConstraintDetails =
object
Defined in: src/sdk/autopilot/VerticalNavigation.ts:290
The current altitude constraint details including target altitude and type.
Properties
altitude
altitude:
number
Defined in: src/sdk/autopilot/VerticalNavigation.ts:295
The altitude for this constraint, in feet.
type
type:
Exclude<AltitudeRestrictionType,Between>
Defined in: src/sdk/autopilot/VerticalNavigation.ts:292
The type of this constraint.