kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.suggest
/
Suggestion
/
Weather
Weather
data
class
Weather
(
val
city
:
String
?
,
val
region
:
String
?
,
val
country
:
String
?
,
val
latitude
:
Double
?
,
val
longitude
:
Double
?
,
val
score
:
Double
)
:
Suggestion
Members
Constructors
Weather
Link copied to clipboard
constructor
(
city
:
String
?
,
region
:
String
?
,
country
:
String
?
,
latitude
:
Double
?
,
longitude
:
Double
?
,
score
:
Double
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
city
Link copied to clipboard
val
city
:
String
?
country
Link copied to clipboard
val
country
:
String
?
latitude
Link copied to clipboard
val
latitude
:
Double
?
longitude
Link copied to clipboard
val
longitude
:
Double
?
region
Link copied to clipboard
val
region
:
String
?
score
Link copied to clipboard
val
score
:
Double