toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-weather
/
com.mapbox.dash.weather.data
/
WeatherForecast
Weather
Forecast
@
Serializable
data
class
WeatherForecast
(
val
temperatureList
:
List
<
Int
>
,
val
timeLocalList
:
List
<
String
>
,
val
iconCodeList
:
List
<
Int
>
,
val
precipChanceList
:
List
<
Int
>
)
Members
Constructors
Weather
Forecast
Link copied to clipboard
constructor
(
temperatureList
:
List
<
Int
>
,
timeLocalList
:
List
<
String
>
,
iconCodeList
:
List
<
Int
>
,
precipChanceList
:
List
<
Int
>
)
Properties
icon
Code
List
Link copied to clipboard
val
iconCodeList
:
List
<
Int
>
precip
Chance
List
Link copied to clipboard
val
precipChanceList
:
List
<
Int
>
temperature
List
Link copied to clipboard
val
temperatureList
:
List
<
Int
>
time
Local
List
Link copied to clipboard
val
timeLocalList
:
List
<
String
>
Functions
forecast
Hours
Count
Link copied to clipboard
fun
forecastHoursCount
(
)
:
Int
get
Hour
Forecast
Link copied to clipboard
fun
getHourForecast
(
offset
:
Int
)
:
WeatherHourForecast
get
Low
High
Link copied to clipboard
fun
getLowHigh
(
interval
:
Int
)
:
Pair
<
Int
,
Int
>