GeoKJSON
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
GeoKJSON
geojson
/
io.github.elcolto.geokjson.geojson
/
Feature
/
Feature
Feature
constructor
(
geometry
:
T
?
,
properties
:
Map
<
String
,
Any
>
=
emptyMap()
,
id
:
String
?
=
null
,
bbox
:
BoundingBox
?
=
null
,
foreignMembers
:
Map
<
String
,
Any
>
=
emptyMap()
)