Skip to main content

Interface: ObsSuspDataProvider

A provider for LNAV OBS/suspend data.

Implemented by

Properties

isObsAvailable

Readonly isObsAvailable: Subscribable<boolean>

Whether OBS mode can be activated.

Defined in

src/garminsdk/navigation/Obs.ts:25


mode

Readonly mode: Subscribable<ObsSuspModes>

The current LNAV OBS/suspend mode.

Defined in

src/garminsdk/navigation/Obs.ts:22


obsCourse

Readonly obsCourse: Subscribable<number>

The current magnetic OBS course, in degrees.

Defined in

src/garminsdk/navigation/Obs.ts:28