FeatureCollectionDsl

class FeatureCollectionDsl(features: MutableList<Feature> = mutableListOf(), var bbox: BoundingBox? = null)

Constructors

Link copied to clipboard
constructor(features: MutableList<Feature> = mutableListOf(), bbox: BoundingBox? = null)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun feature(geometry: Geometry? = null, id: String? = null, bbox: BoundingBox? = null, properties: PropertiesBuilder.() -> Unit = {})
Link copied to clipboard
operator fun Feature.unaryPlus()