Interface: WindDataProvider
Defined in: src/garminsdk/wind/WindDataProvider.ts:12
A provider of wind data.
Properties
crosswind
readonly
crosswind:Subscribable
<number
>
Defined in: src/garminsdk/wind/WindDataProvider.ts:32
The current crosswind component, in knots. Positive values indicate wind from the right, negative values indicate wind from the left.
headwind
readonly
headwind:Subscribable
<number
>
Defined in: src/garminsdk/wind/WindDataProvider.ts:26
The current headwind component, in knots. Positive values indicate headwind, negative values indicate tailwind.
isDataFailed
readonly
isDataFailed:Subscribable
<boolean
>
Defined in: src/garminsdk/wind/WindDataProvider.ts:41
Whether this provider's wind data is in a failed state.
isGpsDeadReckoning
readonly
isGpsDeadReckoning:Subscribable
<boolean
>
Defined in: src/garminsdk/wind/WindDataProvider.ts:38
Whether GPS position is in dead reckoning mode.
magVar
readonly
magVar:Subscribable
<number
>
Defined in: src/garminsdk/wind/WindDataProvider.ts:35
The magnetic variation, in degrees, at the airplane's location.
windDirection
readonly
windDirection:Subscribable
<number
>
Defined in: src/garminsdk/wind/WindDataProvider.ts:14
The current wind direction, in degrees true.
windDirectionRelative
readonly
windDirectionRelative:Subscribable
<number
>
Defined in: src/garminsdk/wind/WindDataProvider.ts:20
The current wind direction relative to airplane heading, in degrees. A value of zero degrees indicates a direct headwind, with positive angles proceeding clockwise.
windSpeed
readonly
windSpeed:Subscribable
<number
>
Defined in: src/garminsdk/wind/WindDataProvider.ts:23
The current wind speed, in knots.