Skip to main content

Interface: TerrainSystemStateDataProvider

A provider of Garmin terrain alerting system state data.

Implemented by

Properties

activeAlerts

Readonly activeAlerts: SubscribableSet<string>

The terrain system's active alerts.

Defined in

src/garminsdk/terrain/TerrainSystemStateDataProvider.ts:22


inhibitFlags

Readonly inhibitFlags: SubscribableSet<string>

The terrain system's active inhibit flags.

Defined in

src/garminsdk/terrain/TerrainSystemStateDataProvider.ts:19


operatingMode

Readonly operatingMode: Subscribable<TerrainSystemOperatingMode>

The terrain system's current operating mode.

Defined in

src/garminsdk/terrain/TerrainSystemStateDataProvider.ts:13


prioritizedAlert

Readonly prioritizedAlert: Subscribable<null | string>

The terrain system's current prioritized active alert.

Defined in

src/garminsdk/terrain/TerrainSystemStateDataProvider.ts:25


statusFlags

Readonly statusFlags: SubscribableSet<string>

The terrain system's active status flags.

Defined in

src/garminsdk/terrain/TerrainSystemStateDataProvider.ts:16


type

Readonly type: Subscribable<undefined | string>

The terrain system's type, or undefined if the type is not yet known.

Defined in

src/garminsdk/terrain/TerrainSystemStateDataProvider.ts:10