toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-destination-preview
/
com.mapbox.dash.destination.preview.presentation.compose
/
PlaceWeatherState
Place
Weather
State
sealed
class
PlaceWeatherState
Inheritors
NoWeather
Result
Members
Types
No
Weather
Link copied to clipboard
object
NoWeather
:
PlaceWeatherState
Result
Link copied to clipboard
data
class
Result
(
val
weatherNow
:
String
,
val
weatherHigh
:
String
,
val
weatherLow
:
String
,
val
iconResId
:
Int
)
:
PlaceWeatherState