Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Represents a single weather alert.

Link copied to clipboard
abstract class WeatherAlertCertainty
Link copied to clipboard
abstract class WeatherAlertSeverity

Severity of the subject event of the alert message

Link copied to clipboard
abstract class WeatherAlertType
Link copied to clipboard
abstract class WeatherAlertUrgency

Urgency of the alert

Link copied to clipboard

Represents a single weather condition.

Link copied to clipboard
class WeatherFields(val systemOfMeasurement: WeatherSystemOfMeasurement, val temperature: Float? = null, val temperatureFeelsLike: Float? = null, val temperatureMin: Float? = null, val temperatureMax: Float? = null, val cloudCover: Float? = null, val dewPoint: Float? = null, val humidity: Float? = null, val precipitationRate: Float? = null, val snowRate: Float? = null, val precipitationProbability: Float? = null, val precipitationType: String? = null, val pressureSeaLevel: Float? = null, val pressureSurfaceLevel: Float? = null, val visibility: Float? = null, val windSpeed: Float? = null, val windGust: Float? = null, val windDirection: Float? = null, val weatherPhrase: String? = null, val iconCode: WeatherIconCode? = null, val daytime: Boolean? = null)

Represents a set of fields related to weather condition.

Link copied to clipboard
abstract class WeatherIconCode

Represents weather icon codes that provide a simple summary of the weather, suitable for use in UI components.

Link copied to clipboard
abstract class WeatherQuery
Link copied to clipboard

Represents a single weather condition.

Link copied to clipboard

Unit system of values

Functions

Link copied to clipboard