toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-weather
/
com.mapbox.dash.weather.data
/
WeatherNowWithForecast
Weather
Now
With
Forecast
@
Serializable
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
WeatherNowWithForecast
(
val
now
:
WeatherNow
,
val
forecast
:
WeatherForecast
)
Members
Constructors
Weather
Now
With
Forecast
Link copied to clipboard
constructor
(
now
:
WeatherNow
,
forecast
:
WeatherForecast
)
Properties
forecast
Link copied to clipboard
val
forecast
:
WeatherForecast
now
Link copied to clipboard
val
now
:
WeatherNow
unit
Of
Measurement
Link copied to clipboard
var
unitOfMeasurement
:
UnitOfMeasurement