toggle menu
mapbox-navigation-android-internal
androidJvm
switch theme
search in API
Weather
/
com.mapbox.navigation.weather.model
/
WeatherResult
Weather
Result
class
WeatherResult
Represents a single weather condition.
Parameters
location
represents the precise location of the conditions
Members
Properties
conditions
Link copied to clipboard
val
conditions
:
List
<
WeatherCondition
>
location
Link copied to clipboard
val
location
:
Point
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String