---
title: direction
framework: weatherkit
role: symbol
role_heading: Instance Property
path: weatherkit/wind/direction
---

# direction

The direction the wind is coming from in degrees.

## Declaration

```swift
var direction: Measurement<UnitAngle>
```

## Discussion

Discussion True north is at 0 degrees and progresses clockwise from north.

## See Also

### Getting the properties

- [Wind.CompassDirection](weatherkit/wind/compassdirection-swift.enum.md)
- [compassDirection](weatherkit/wind/compassdirection-swift.property.md)
- [gust](weatherkit/wind/gust.md)
- [speed](weatherkit/wind/speed.md)
