Skip to main content

Interface: GarminVNavManager2Options

Defined in: src/garminsdk/autopilot/vnav/GarminVNavManager2.ts:13

Options for GarminVNavManager2.

Properties

glidepathGuidance?

optional glidepathGuidance: Accessible<Readonly<GarminVNavGlidepathGuidance>>

Defined in: src/garminsdk/autopilot/vnav/GarminVNavManager2.ts:34

The glidepath guidance to use. Ignored if internalGlidepathComputer is defined.


guidance?

optional guidance: Accessible<Readonly<GarminVNavGuidance>>

Defined in: src/garminsdk/autopilot/vnav/GarminVNavManager2.ts:31

The VNAV guidance to use. Ignored if internalVNavComputer is defined.


internalGlidepathComputer()?

optional internalGlidepathComputer: (apValues) => GarminGlidepathComputer

Defined in: src/garminsdk/autopilot/vnav/GarminVNavManager2.ts:28

A function that creates an internal glidepath computer for the VNAV manager. The internal computer will be updated by the VNAV manager, and the manager will use the internal computer's glidepath guidance.

Parameters

ParameterTypeDescription
apValuesAPValuesThe autopilot's state values.

Returns

GarminGlidepathComputer

An internal glidepath computer for the VNAV manager.


internalVNavComputer()?

optional internalVNavComputer: (apValues) => GarminVNavComputer

Defined in: src/garminsdk/autopilot/vnav/GarminVNavManager2.ts:20

A function that creates an internal VNAV computer for the VNAV manager. The internal computer will be updated by the VNAV manager, and the manager will use the internal computer's VNAV and VNAV path guidance.

Parameters

ParameterTypeDescription
apValuesAPValuesThe autopilot's state values.

Returns

GarminVNavComputer

An internal VNAV computer for the VNAV manager.