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
Parameter | Type | Description |
---|---|---|
bus | EventBus | The event bus to use with this instance. |
flightPlanner | FlightPlanner | The flight planner to use with this instance. |
facilityLoader | FacilityLoader | The facility loader to use with this instance. |
options? | Readonly <NavdataComputerOptions > | Options with which to configure the computer. |
Returns
NavdataComputer
Properties
lnavIndex
readonly
lnavIndex:number
Defined in: src/garminsdk/navigation/NavdataComputer.ts:51
The index of the LNAV computer from which this computer sources data.