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