Skip to main content

Class: MapWindVectorModule

A module describing the wind vector.

Constructors

constructor

new MapWindVectorModule(dataProvider): MapWindVectorModule

Creates a new instance of MapWindModule.

Parameters

NameTypeDescription
dataProviderWindDataProviderA provider of wind data.

Returns

MapWindVectorModule

Defined in

src/garminsdk/components/map/modules/MapWindVectorModule.ts:24

Properties

isDataFailed

Readonly isDataFailed: Subscribable<boolean>

Whether wind data is in a failed state.

Defined in

src/garminsdk/components/map/modules/MapWindVectorModule.ts:18


show

Readonly show: Subject<boolean>

Whether to show the wind vector.

Defined in

src/garminsdk/components/map/modules/MapWindVectorModule.ts:9


windDirection

Readonly windDirection: Subscribable<number>

The current wind direction, in degrees true.

Defined in

src/garminsdk/components/map/modules/MapWindVectorModule.ts:12


windSpeed

Readonly windSpeed: Subscribable<number>

The current wind speed, in knots.

Defined in

src/garminsdk/components/map/modules/MapWindVectorModule.ts:15