<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WeatherKit",
  "identifier" : "/documentation/WeatherKit/Wind",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "WeatherKit"
    ],
    "preciseIdentifier" : "s:10WeatherKit4WindV"
  },
  "title" : "Wind"
}
-->

# Wind

Contains wind data of speed, direction, and gust.

```
struct Wind
```

## Topics

### Getting the properties

[`enum CompassDirection`](/documentation/WeatherKit/Wind/CompassDirection-swift.enum)

A compass composed of cardinal and intercardinal directions.

[`var compassDirection: Wind.CompassDirection`](/documentation/WeatherKit/Wind/compassDirection-swift.property)

The general indicator of wind direction.

[`var direction: Measurement<UnitAngle>`](/documentation/WeatherKit/Wind/direction)

The direction the wind is coming from in degrees.

[`var gust: Measurement<UnitSpeed>?`](/documentation/WeatherKit/Wind/gust)

A sudden increase in wind speed due to friction, wind shear, or by heating.

[`var speed: Measurement<UnitSpeed>`](/documentation/WeatherKit/Wind/speed)

Sustained wind speed.

## Relationships

### Conforms To

[`Encodable`](/documentation/Swift/Encodable)

[`Decodable`](/documentation/Swift/Decodable)

[`Escapable`](/documentation/Swift/Escapable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`Copyable`](/documentation/Swift/Copyable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)