PoisHelper

Convenience extensions for the POIs endpoints.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
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.

Link copied to clipboard
suspend fun OrsClient.getPoisByPoint(point: List<Double>, buffer: Int, filters: Map<String, String>? = null, limit: Int? = null, sortby: String? = null): PoisGeoJsonResponse

Query POIs around a point with a buffer radius.