Classes
- OpenWeather
Structures
- Alert
-
Type that holds information about weather alerts
- City
-
Type that holds information about the reqeuest's nearest city
- DailyTemperature
-
Type that holds information about daily temperature changes
- CurrentWeather
- DailyForecast
- HourlyForecast
- Precipitation
-
Type that holds information about recent precipitation
- Sun
-
Type that holds information about sunrise and sunset times in UTC time
- Temperature
-
Type that holds information about daily temperature changes
- WeatherCondition
-
Type that holds information about weather conditions
- Wind
-
Type that holds information about wind speed and direction measured in degrees
- OpenWeather.Settings
-
Type that can be used to configure all settings at once
- APINetworkRequest
- WeatherRequest
- WeatherResponse
Enumerations
- WeatherIcon
- ExcludableField
- RequestLanguage
-
The language that should be used in API responses for example for weather condition descriptions
- RequestUnits
-
The units that should the data in the API responses should be formatted in
Protocols
- BasicWeatherResponse
- SunResponse