toggle menu
compass
common
switch theme
search in API
compass-geocoder-web-mapbox
/
dev.jordond.compass.geocoder.web.mapbox.internal
/
CountryDataPoint
Country
Data
Point
@
Serializable
data
class
CountryDataPoint
(
val
name
:
String
?
=
null
,
val
countryCode
:
String
?
=
null
)
Members
Constructors
Country
Data
Point
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
countryCode
:
String
?
=
null
)
Properties
country
Code
Link copied to clipboard
@
SerialName
(
value
=
"country_code"
)
val
countryCode
:
String
?
=
null
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
?
=
null