GeoKJSON
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
GeoKJSON
geojson
/
io.github.elcolto.geokjson.geojson.dsl
/
MultiPolygonDsl
Multi
Polygon
Dsl
class
MultiPolygonDsl
(
coordinates
:
MutableList
<
List
<
List
<
Position
>
>
>
=
mutableListOf()
)
:
GeometryDsl
<
MultiPolygon
>
Members
Constructors
Multi
Polygon
Dsl
Link copied to clipboard
constructor
(
coordinates
:
MutableList
<
List
<
List
<
Position
>
>
>
=
mutableListOf()
)
Functions
create
Link copied to clipboard
open
override
fun
create
(
)
:
MultiPolygon
polygon
Link copied to clipboard
inline
fun
polygon
(
block
:
PolygonDsl
.
(
)
->
Unit
)
unary
Plus
Link copied to clipboard
operator
fun
Polygon
.
unaryPlus
(
)