Package-level declarations
Types
Link copied to clipboard
class FeatureCollectionDsl(features: MutableList<Feature> = mutableListOf(), var bbox: BoundingBox? = null)
Link copied to clipboard
class GeometryCollectionDsl(geometries: MutableList<Geometry> = mutableListOf()) : GeometryDsl<GeometryCollection>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class MultiLineStringDsl(coordinates: MutableList<List<Position>> = mutableListOf()) : GeometryDsl<MultiLineString>
Link copied to clipboard
Link copied to clipboard
class MultiPolygonDsl(coordinates: MutableList<List<List<Position>>> = mutableListOf()) : GeometryDsl<MultiPolygon>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class PropertiesBuilder
Functions
Link copied to clipboard
inline fun feature(geometry: Geometry? = null, id: String? = null, bbox: BoundingBox? = null, properties: PropertiesBuilder.() -> Unit = {}): Feature
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard