toggle menu
compass
common
switch theme
search in API
compass-geocoder-web-mapbox
/
dev.jordond.compass.geocoder.web.mapbox.internal
/
PropertiesResponse
Properties
Response
@
Serializable
data
class
PropertiesResponse
(
val
name
:
String
?
=
null
,
val
coordinates
:
CoordinatesResponse
?
=
null
,
val
context
:
ContextResponse
?
=
null
)
Members
Constructors
Properties
Response
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
coordinates
:
CoordinatesResponse
?
=
null
,
context
:
ContextResponse
?
=
null
)
Properties
context
Link copied to clipboard
@
SerialName
(
value
=
"context"
)
val
context
:
ContextResponse
?
=
null
coordinates
Link copied to clipboard
@
SerialName
(
value
=
"coordinates"
)
val
coordinates
:
CoordinatesResponse
?
=
null
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
?
=
null