toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-weather
/
com.mapbox.dash.weather.data
/
WeatherHourForecast
Weather
Hour
Forecast
data
class
WeatherHourForecast
(
val
temperature
:
Int
,
val
timeLocal
:
String
,
val
iconCode
:
Int
,
val
precipChance
:
Int
)
Members
Constructors
Weather
Hour
Forecast
Link copied to clipboard
constructor
(
temperature
:
Int
,
timeLocal
:
String
,
iconCode
:
Int
,
precipChance
:
Int
)
Properties
icon
Code
Link copied to clipboard
val
iconCode
:
Int
precip
Chance
Link copied to clipboard
val
precipChance
:
Int
temperature
Link copied to clipboard
val
temperature
:
Int
time
Local
Link copied to clipboard
val
timeLocal
:
String