toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-state
/
com.mapbox.dash.state
/
PlaceWeather
/
Result
Result
data
class
Result
(
val
temperature
:
Int
,
val
iconCode
:
Int
?
,
val
forecastLow
:
Int
,
val
forecastHigh
:
Int
,
val
isDay
:
Boolean
)
:
PlaceWeather
Members
Constructors
Result
Link copied to clipboard
constructor
(
temperature
:
Int
,
iconCode
:
Int
?
,
forecastLow
:
Int
,
forecastHigh
:
Int
,
isDay
:
Boolean
)
Properties
forecast
High
Link copied to clipboard
val
forecastHigh
:
Int
forecast
Low
Link copied to clipboard
val
forecastLow
:
Int
icon
Code
Link copied to clipboard
val
iconCode
:
Int
?
is
Day
Link copied to clipboard
val
isDay
:
Boolean
temperature
Link copied to clipboard
val
temperature
:
Int