GeoKJSON
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
GeoKJSON
geojson
/
io.github.elcolto.geokjson.geojson.dsl
/
FeatureCollectionDsl
/
FeatureCollectionDsl
Feature
Collection
Dsl
constructor
(
features
:
MutableList
<
Feature
<
Geometry
>
>
=
mutableListOf()
,
bbox
:
BoundingBox
?
=
null
,
foreignMembers
:
MutableMap
<
String
,
Any
>
=
mutableMapOf()
)