Class: MapWindVectorModule
A module describing the wind vector.
Constructors
constructor
• new MapWindVectorModule(dataProvider
): MapWindVectorModule
Creates a new instance of MapWindModule.
Parameters
Name | Type | Description |
---|---|---|
dataProvider | WindDataProvider | A provider of wind data. |
Returns
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