PolygonDsl

class PolygonDsl(coordinates: MutableList<List<Position>> = mutableListOf()) : GeometryDsl<Polygon>

Constructors

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

Types

Link copied to clipboard
inner class RingDsl(points: MutableList<Position> = mutableListOf())

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun create(): Polygon
Link copied to clipboard
fun ring(block: PolygonDsl.RingDsl.() -> Unit)