compass
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
compass
compass-geocoder-web-googlemaps
/
dev.jordond.compass.geocoder.web.google.internal
/
ResultResponse
Result
Response
@
Serializable
data
class
ResultResponse
(
val
addressComponents
:
List
<
AddressComponentResponse
>
=
emptyList()
,
val
formattedAddress
:
String
?
=
null
,
val
geometry
:
GeometryResponse
?
=
null
)
Members
Constructors
Result
Response
Link copied to clipboard
constructor
(
addressComponents
:
List
<
AddressComponentResponse
>
=
emptyList()
,
formattedAddress
:
String
?
=
null
,
geometry
:
GeometryResponse
?
=
null
)
Properties
address
Components
Link copied to clipboard
@
SerialName
(
value
=
"address_components"
)
val
addressComponents
:
List
<
AddressComponentResponse
>
formatted
Address
Link copied to clipboard
@
SerialName
(
value
=
"formatted_address"
)
val
formattedAddress
:
String
?
=
null
geometry
Link copied to clipboard
@
SerialName
(
value
=
"geometry"
)
val
geometry
:
GeometryResponse
?
=
null