toggle menu
GeoKJSON
common
switch theme
search in API
geojson
/
io.github.elcolto.geokjson.geojson
/
FeatureCollection
/
FeatureCollection
Feature
Collection
constructor
(
vararg
features
:
Feature
<
Geometry
>
,
bbox
:
BoundingBox
?
=
null
,
foreignMembers
:
Map
<
String
,
Any
>
=
emptyMap()
)
constructor
(
features
:
List
<
Feature
<
Geometry
>
>
=
emptyList()
,
bbox
:
BoundingBox
?
=
null
,
foreignMembers
:
Map
<
String
,
Any
>
=
emptyMap()
)