toggle menu
compass
common
switch theme
search in API
compass-geocoder-web-googlemaps
/
dev.jordond.compass.geocoder.web.google.internal
/
AddressComponentResponse
Address
Component
Response
@
Serializable
data
class
AddressComponentResponse
(
val
long
:
String
,
val
short
:
String
,
val
types
:
List
<
String
>
=
emptyList()
)
Members
Constructors
Address
Component
Response
Link copied to clipboard
constructor
(
long
:
String
,
short
:
String
,
types
:
List
<
String
>
=
emptyList()
)
Properties
long
Link copied to clipboard
@
SerialName
(
value
=
"long_name"
)
val
long
:
String
short
Link copied to clipboard
@
SerialName
(
value
=
"short_name"
)
val
short
:
String
types
Link copied to clipboard
@
SerialName
(
value
=
"types"
)
val
types
:
List
<
String
>