Protocol
BasicWeatherResponse
public protocol BasicWeatherResponse: Codable, Hashable
Relationships
Conforms To
Codable
Hashable
Types Conforming to BasicWeatherResponse
CurrentWeather
DailyForecast
HourlyForecast
Requirements
timestamp
var timestamp: Date
The timestamp when the data was collected
pressure
var pressure: Double?
Atmospheric pressure on the sea level, hPa
humidity
var humidity: Double?
Humidity in percent
dewPoint
var dewPoint: Double?
Atmospheric temperature (varying according to pressure and humidity) below which water droplets begin to condense and dew can form. Unit Default: Kelvin, Metric: Celsius, Imperial: Fahrenheit.
uvIndex
var uvIndex: Double?
UV index
visibility
var visibility: Double?
Average visibility
cloudCoverage
var cloudCoverage: Double?
Cloudiness in percent
wind
var wind: Wind
Basic information about observed wind