compass
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
compass
compass-geocoder-web-mapbox
/
dev.jordond.compass.geocoder.web.mapbox.internal
/
RegionDataPoint
Region
Data
Point
@
Serializable
data
class
RegionDataPoint
(
val
name
:
String
?
=
null
,
val
regionCode
:
String
?
=
null
)
Members
Constructors
Region
Data
Point
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
regionCode
:
String
?
=
null
)
Properties
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
?
=
null
region
Code
Link copied to clipboard
@
SerialName
(
value
=
"region_code"
)
val
regionCode
:
String
?
=
null