toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-weather
/
com.mapbox.dash.weather.data
/
WeatherNow
Weather
Now
@
Serializable
data
class
WeatherNow
(
val
temperature
:
Int
,
val
iconCode
:
Int
?
,
val
weatherPhrase
:
String
?
,
val
temperatureFeelsLike
:
Int
?
,
val
dayOrNight
:
String
)
Members
Constructors
Weather
Now
Link copied to clipboard
constructor
(
temperature
:
Int
,
iconCode
:
Int
?
,
weatherPhrase
:
String
?
,
temperatureFeelsLike
:
Int
?
,
dayOrNight
:
String
)
Properties
day
Or
Night
Link copied to clipboard
val
dayOrNight
:
String
icon
Code
Link copied to clipboard
val
iconCode
:
Int
?
temperature
Link copied to clipboard
val
temperature
:
Int
temperature
Feels
Like
Link copied to clipboard
val
temperatureFeelsLike
:
Int
?
weather
Phrase
Link copied to clipboard
val
weatherPhrase
:
String
?
Functions
is
Day
Link copied to clipboard
fun
isDay
(
)
:
Boolean