Geometry

@Serializable
data class Geometry(val bbox: List<List<Double>>? = null, val geojson: GeoJsonGeometry? = null, val buffer: Int? = null)

Constructors

Link copied to clipboard
constructor(bbox: List<List<Double>>? = null, geojson: GeoJsonGeometry? = null, buffer: Int? = null)

Properties

Link copied to clipboard
val bbox: List<List<Double>>? = null

Bounding box [[minLon,minLat],[maxLon,maxLat]] if set.

Link copied to clipboard
val buffer: Int? = null

Optional buffer in meters applied to the geometry.

Link copied to clipboard

Optional GeoJSON geometry.