Skip to main content

Interface: WindDataProvider

A provider of wind data.

Implemented by

Properties

crosswind

Readonly crosswind: Subscribable<number>

The current crosswind component, in knots. Positive values indicate wind from the right, negative values indicate wind from the left.

Defined in

src/garminsdk/wind/WindDataProvider.ts:32


headwind

Readonly headwind: Subscribable<number>

The current headwind component, in knots. Positive values indicate headwind, negative values indicate tailwind.

Defined in

src/garminsdk/wind/WindDataProvider.ts:26


isDataFailed

Readonly isDataFailed: Subscribable<boolean>

Whether this provider's wind data is in a failed state.

Defined in

src/garminsdk/wind/WindDataProvider.ts:41


isGpsDeadReckoning

Readonly isGpsDeadReckoning: Subscribable<boolean>

Whether GPS position is in dead reckoning mode.

Defined in

src/garminsdk/wind/WindDataProvider.ts:38


magVar

Readonly magVar: Subscribable<number>

The magnetic variation, in degrees, at the airplane's location.

Defined in

src/garminsdk/wind/WindDataProvider.ts:35


windDirection

Readonly windDirection: Subscribable<number>

The current wind direction, in degrees true.

Defined in

src/garminsdk/wind/WindDataProvider.ts:14


windDirectionRelative

Readonly windDirectionRelative: Subscribable<number>

The current wind direction relative to airplane heading, in degrees. A value of zero degrees indicates a direct headwind, with positive angles proceeding clockwise.

Defined in

src/garminsdk/wind/WindDataProvider.ts:20


windSpeed

Readonly windSpeed: Subscribable<number>

The current wind speed, in knots.

Defined in

src/garminsdk/wind/WindDataProvider.ts:23