Maps and Navigation SDK
2.1.2
androidJvm
com.tomtom.sdk.routing:routing-common
/
com.tomtom.sdk.routing.online.common.response.model.calculation
/
WeatherInfo
Weather
Info
@
Serializable
@
RestrictToExtendedFlavor
(
value
=
[
ExternalScope.LIBRARY_GROUP
]
)
data
class
WeatherInfo
(
val
temperatureInDegC
:
Double
)
Represents weather information.
Members
Constructors
Weather
Info
Link copied to clipboard
constructor
(
temperatureInDegC
:
Double
)
Properties
temperature
In
Deg
C
Link copied to clipboard
val
temperatureInDegC
:
Double
The temperature in degrees Celsius.