PlaceWeather

Types

Link copied to clipboard
Link copied to clipboard
data class Result(val temperature: Int, val iconCode: Int?, val forecastLow: Int, val forecastHigh: Int, val isDay: Boolean) : PlaceWeather
Link copied to clipboard