---
title: CurrentWeather
framework: weatherkit
role: symbol
role_heading: Structure
path: weatherkit/currentweather
---

# CurrentWeather

A structure that describes the current conditions observed at a location.

## Declaration

```swift
struct CurrentWeather
```

## Overview

Overview The current conditions may not be a literal observation, but rather the result of a mathematical weather model predicting conditions based on real observations.

## Topics

### Getting temperature and humidity

- [apparentTemperature](weatherkit/currentweather/apparenttemperature.md)
- [dewPoint](weatherkit/currentweather/dewpoint.md)
- [humidity](weatherkit/currentweather/humidity.md)
- [temperature](weatherkit/currentweather/temperature.md)

### Getting wind and pressure

- [pressure](weatherkit/currentweather/pressure.md)
- [pressureTrend](weatherkit/currentweather/pressuretrend.md)
- [wind](weatherkit/currentweather/wind.md)

### Getting conditions

- [cloudCover](weatherkit/currentweather/cloudcover.md)
- [condition](weatherkit/currentweather/condition.md)

### Getting date and validity

- [date](weatherkit/currentweather/date.md)

### Getting daylight and visibility

- [isDaylight](weatherkit/currentweather/isdaylight.md)
- [uvIndex](weatherkit/currentweather/uvindex.md)
- [visibility](weatherkit/currentweather/visibility.md)

### Getting additional information

- [metadata](weatherkit/currentweather/metadata.md)
- [symbolName](weatherkit/currentweather/symbolname.md)

### Instance Properties

- [cloudCoverByAltitude](weatherkit/currentweather/cloudcoverbyaltitude.md)
- [precipitationIntensity](weatherkit/currentweather/precipitationintensity.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)

## See Also

### Requests

- [WeatherQuery](weatherkit/weatherquery.md)
- [WeatherAttribution](weatherkit/weatherattribution.md)
- [WeatherMetadata](weatherkit/weathermetadata.md)
- [WeatherSeverity](weatherkit/weatherseverity.md)
