Package-level declarations
Types
Link copied to clipboard
class MapboxWeatherApiOptions
Link copied to clipboard
class WeatherAlert
Represents a single weather alert.
Link copied to clipboard
Link copied to clipboard
Severity of the subject event of the alert message
Link copied to clipboard
Link copied to clipboard
Urgency of the alert
Link copied to clipboard
class WeatherCondition
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
Represents weather icon codes that provide a simple summary of the weather, suitable for use in UI components.
Link copied to clipboard
Link copied to clipboard
class WeatherResult
Represents a single weather condition.
Link copied to clipboard
Unit system of values