get
  suspend fun OrsClient.getPoisByBbox(bbox: List<List<Double>>, filters: Map<String, String>? = null, limit: Int? = null, sortby: String? = null, buffer: Int? = null): PoisGeoJsonResponse
Query POIs within a bounding box.
Parameters
bbox
[minLon,minLat,maxLon,maxLat]
filters
Optional filters map as supported by ORS POIs
limit
Optional limit for number of features returned
sortby
Optional sort field
buffer
Optional buffer in meters applied to the geometry