---
title: dewPoint
framework: weatherkit
role: symbol
role_heading: Instance Property
path: weatherkit/hourweather/dewpoint
---

# dewPoint

The amount of moisture in the air.

## Declaration

```swift
var dewPoint: Measurement<UnitTemperature>
```

## Discussion

Discussion Dew point is the temperature at which air is saturated with water vapor.

## See Also

### Getting temperature and humidity

- [apparentTemperature](weatherkit/hourweather/apparenttemperature.md)
- [humidity](weatherkit/hourweather/humidity.md)
- [temperature](weatherkit/hourweather/temperature.md)
