<!--
{
  "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/CloudCoverByAltitude",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "WeatherKit"
    ],
    "preciseIdentifier" : "s:10WeatherKit20CloudCoverByAltitudeV"
  },
  "title" : "CloudCoverByAltitude"
}
-->

# CloudCoverByAltitude

Contains the percentage of sky covered by low, medium and high altitude cloud.

```
struct CloudCoverByAltitude
```

## Topics

### Instance Properties

[`var high: Double`](/documentation/WeatherKit/CloudCoverByAltitude/high)

The percentage of the sky covered with high-altitude clouds.
High-level Cloud Cover (HCC)corresponds to levels higher than 6300m above the model’s earth surface.

[`var low: Double`](/documentation/WeatherKit/CloudCoverByAltitude/low)

The percentage of the sky covered with low-altitude clouds.
Low-level Cloud Cover (LCC) corresponds to levels between 0m and 1800m above the model’s earth surface.

[`var medium: Double`](/documentation/WeatherKit/CloudCoverByAltitude/medium)

The percentage of the sky covered with mid-altitude clouds.
Medium-level Cloud Cover (MCC) corresponds to levels between 1800m and 6300m above the model’s earth surface.

## Relationships

### Conforms To

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

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

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

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

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

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

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

---

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)