app
app
/
in2000.pedalio.domain.weather
/
WeatherDataPoint
Weather
Data
Point
data
class
WeatherDataPoint
(
val
pos
:
LatLng
?
,
val
temperature
:
Double
?
,
val
precipitation
:
Double
?
,
val
humidity
:
Double
?
,
val
windSpeed
:
Double
?
,
val
windDirection
:
Double
?
,
val
symbolCode
:
String
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Weather
Data
Point
Link copied to clipboard
fun
WeatherDataPoint
(
pos
:
LatLng
?
,
temperature
:
Double
?
,
precipitation
:
Double
?
,
humidity
:
Double
?
,
windSpeed
:
Double
?
,
windDirection
:
Double
?
,
symbolCode
:
String
?
)
Content copied to clipboard
Properties
humidity
Link copied to clipboard
val
humidity
:
Double
?
Content copied to clipboard
pos
Link copied to clipboard
val
pos
:
LatLng
?
Content copied to clipboard
precipitation
Link copied to clipboard
val
precipitation
:
Double
?
Content copied to clipboard
symbolCode
Link copied to clipboard
val
symbolCode
:
String
?
Content copied to clipboard
temperature
Link copied to clipboard
val
temperature
:
Double
?
Content copied to clipboard
windDirection
Link copied to clipboard
val
windDirection
:
Double
?
Content copied to clipboard
windSpeed
Link copied to clipboard
val
windSpeed
:
Double
?
Content copied to clipboard