toggle menu
GeoKJSON
common
switch theme
search in API
geojson
/
io.github.elcolto.geokjson.geojson.dsl
/
FeatureCollectionDsl
/
feature
feature
fun
feature
(
geometry
:
Geometry
?
=
null
,
id
:
String
?
=
null
,
bbox
:
BoundingBox
?
=
null
,
foreignMembers
:
ForeignMembersBuilder
.
(
)
->
Unit
=
{}
,
properties
:
PropertiesBuilder
.
(
)
->
Unit
=
{}
)