MultiPolygonDsl

class MultiPolygonDsl(coordinates: MutableList<List<List<Position>>> = mutableListOf()) : GeometryDsl<MultiPolygon>

Constructors

Link copied to clipboard
constructor(coordinates: MutableList<List<List<Position>>> = mutableListOf())

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun create(): MultiPolygon
Link copied to clipboard
inline fun polygon(block: PolygonDsl.() -> Unit)
Link copied to clipboard
operator fun Polygon.unaryPlus()