toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-destination-preview
/
com.mapbox.dash.destination.preview.presentation.compose
/
PlaceWeatherState
/
Result
Result
data
class
Result
(
val
weatherNow
:
String
,
val
weatherHigh
:
String
,
val
weatherLow
:
String
,
val
iconResId
:
Int
)
:
PlaceWeatherState
Members
Constructors
Result
Link copied to clipboard
constructor
(
weatherNow
:
String
,
weatherHigh
:
String
,
weatherLow
:
String
,
iconResId
:
Int
)
Properties
icon
Res
Id
Link copied to clipboard
val
iconResId
:
Int
weather
High
Link copied to clipboard
val
weatherHigh
:
String
weather
Low
Link copied to clipboard
val
weatherLow
:
String
weather
Now
Link copied to clipboard
val
weatherNow
:
String