toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-weather
/
com.mapbox.dash.weather.presentation
/
WeatherFullScreenForecastItemState
Weather
Full
Screen
Forecast
Item
State
data
class
WeatherFullScreenForecastItemState
(
val
timeLocal
:
String
,
val
degree
:
String
,
val
precipChance
:
String
?
,
@
DrawableRes
val
iconResId
:
Int
?
)
Members
Constructors
Weather
Full
Screen
Forecast
Item
State
Link copied to clipboard
constructor
(
timeLocal
:
String
,
degree
:
String
,
precipChance
:
String
?
,
@
DrawableRes
iconResId
:
Int
?
)
Properties
degree
Link copied to clipboard
val
degree
:
String
icon
Res
Id
Link copied to clipboard
val
iconResId
:
Int
?
precip
Chance
Link copied to clipboard
val
precipChance
:
String
?
time
Local
Link copied to clipboard
val
timeLocal
:
String