<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WeatherKit",
  "identifier" : "/documentation/WeatherKit/WeatherChange/Direction",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "WeatherKit"
    ],
    "preciseIdentifier" : "s:10WeatherKit0A6ChangeV9DirectionO"
  },
  "title" : "WeatherChange.Direction"
}
-->

# WeatherChange.Direction

An enum that specifies the direction in which a measurable aspect of the weather is expected to change.

```
@frozen enum Direction
```

## Topics

### Enumeration Cases

[`case decrease`](/documentation/WeatherKit/WeatherChange/Direction/decrease)

The value will be significantly lower than before.

[`case increase`](/documentation/WeatherKit/WeatherChange/Direction/increase)

The value will be significantly higher than before.

[`case steady`](/documentation/WeatherKit/WeatherChange/Direction/steady)

The value will remain similar to before.

## Relationships

### Conforms To

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

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

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

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

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

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

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

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

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

---

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)