---
title: CloudCoverByAltitude
framework: weatherkit
role: symbol
role_heading: Structure
path: weatherkit/cloudcoverbyaltitude
---

# CloudCoverByAltitude

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

## Declaration

```swift
struct CloudCoverByAltitude
```

## Topics

### Instance Properties

- [high](weatherkit/cloudcoverbyaltitude/high.md)
- [low](weatherkit/cloudcoverbyaltitude/low.md)
- [medium](weatherkit/cloudcoverbyaltitude/medium.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
