toggle menu
compass
common
switch theme
search in API
compass-geocoder-web-googlemaps
/
dev.jordond.compass.geocoder.web.google.internal
/
LocationResponse
Location
Response
@
Serializable
data
class
LocationResponse
(
val
lat
:
Double
,
val
lng
:
Double
)
Members
Constructors
Location
Response
Link copied to clipboard
constructor
(
lat
:
Double
,
lng
:
Double
)
Properties
lat
Link copied to clipboard
@
SerialName
(
value
=
"lat"
)
val
lat
:
Double
lng
Link copied to clipboard
@
SerialName
(
value
=
"lng"
)
val
lng
:
Double