FeatureCollectionDsl
class FeatureCollectionDsl(features: MutableList<Feature> = mutableListOf(), var bbox: BoundingBox? = null)
Functions
Link copied to clipboard
Link copied to clipboard
fun feature(geometry: Geometry? = null, id: String? = null, bbox: BoundingBox? = null, properties: PropertiesBuilder.() -> Unit = {})