Skip to main content

Class: NavdataComputer

Defined in: src/garminsdk/navigation/NavdataComputer.ts:42

Computes Garmin LNAV-related data.

Constructors

Constructor

new NavdataComputer(bus, flightPlanner, facilityLoader, options?): NavdataComputer

Defined in: src/garminsdk/navigation/NavdataComputer.ts:153

Creates a new instance of the NavdataComputer.

Parameters

ParameterTypeDescription
busEventBusThe event bus to use with this instance.
flightPlannerFlightPlannerThe flight planner to use with this instance.
facilityLoaderFacilityLoaderThe facility loader to use with this instance.
options?Readonly<NavdataComputerOptions>Options with which to configure the computer.

Returns

NavdataComputer

Properties

readonly lnavIndex: number

Defined in: src/garminsdk/navigation/NavdataComputer.ts:51

The index of the LNAV computer from which this computer sources data.