PoisQueryGeometry

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

Mirrors the request’s geometry wrapper

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
Link copied to clipboard
val buffer: Int? = null
Link copied to clipboard