Skip to main content

Type Alias: GpsNavSourceOptions

GpsNavSourceOptions = object

Defined in: src/garminsdk/navreference/source/GpsNavSource.ts:15

Configuration options for GpsNavSource.

Properties

optional lnavIndex: number | Subscribable<number>

Defined in: src/garminsdk/navreference/source/GpsNavSource.ts:17

The index of the LNAV from which to source data. Defaults to 0.


vnavIndex?

optional vnavIndex: number | Subscribable<number>

Defined in: src/garminsdk/navreference/source/GpsNavSource.ts:20

The index of the VNAV from which to source data. Defaults to 0.