toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-state
/
com.mapbox.dash.state
/
PlaceWeather
Place
Weather
sealed
class
PlaceWeather
Inheritors
NoWeather
WaitingData
Result
Members
Types
No
Weather
Link copied to clipboard
object
NoWeather
:
PlaceWeather
Result
Link copied to clipboard
data
class
Result
(
val
temperature
:
Int
,
val
iconCode
:
Int
?
,
val
forecastLow
:
Int
,
val
forecastHigh
:
Int
,
val
isDay
:
Boolean
)
:
PlaceWeather
Waiting
Data
Link copied to clipboard
object
WaitingData
:
PlaceWeather