<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WeatherKit",
  "identifier" : "/documentation/WeatherKit/CurrentWeather",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "WeatherKit"
    ],
    "preciseIdentifier" : "s:10WeatherKit07CurrentA0V"
  },
  "title" : "CurrentWeather"
}
-->

# CurrentWeather

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

```
struct CurrentWeather
```

## 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`](/documentation/WeatherKit/CurrentWeather/apparentTemperature)

The feels-like temperature when factoring wind and humidity.

[`dewPoint`](/documentation/WeatherKit/CurrentWeather/dewPoint)

The temperature at which relative humidity is 100%.

[`humidity`](/documentation/WeatherKit/CurrentWeather/humidity)

The amount of water vapor in the air.

[`temperature`](/documentation/WeatherKit/CurrentWeather/temperature)

The current temperature.

### Getting wind and pressure

[`pressure`](/documentation/WeatherKit/CurrentWeather/pressure)

The sea level air pressure in millibars.

[`pressureTrend`](/documentation/WeatherKit/CurrentWeather/pressureTrend)

The direction of change of the sea level air pressure.

[`wind`](/documentation/WeatherKit/CurrentWeather/wind)

The wind speed, direction, and gust.

### Getting conditions

[`cloudCover`](/documentation/WeatherKit/CurrentWeather/cloudCover)

The percentage of the sky covered with clouds.

[`condition`](/documentation/WeatherKit/CurrentWeather/condition)

An enumeration value indicating the condition at the time.

### Getting date and validity

[`date`](/documentation/WeatherKit/CurrentWeather/date)

The date of the current weather.

### Getting daylight and visibility

[`isDaylight`](/documentation/WeatherKit/CurrentWeather/isDaylight)

A Boolean value indicating whether there is daylight.

[`uvIndex`](/documentation/WeatherKit/CurrentWeather/uvIndex)

The level of ultraviolet radiation.

[`visibility`](/documentation/WeatherKit/CurrentWeather/visibility)

The distance at which terrain is visible.

### Getting additional information

[`metadata`](/documentation/WeatherKit/CurrentWeather/metadata)

Descriptive information about the current weather data.

[`symbolName`](/documentation/WeatherKit/CurrentWeather/symbolName)

The SF Symbol icon that represents the current weather condition and whether it’s
daylight at the current date.



---

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)