PoisGeoJsonResponse

@Serializable
data class PoisGeoJsonResponse(val type: String, val bbox: List<Double>? = null, val features: List<PoiFeature>, val information: PoisInformation? = null)

Top-level POIs GeoJSON response: { "type": "FeatureCollection", "bbox": minLon, minLat, maxLon, maxLat, "features": ..., "information": {...} }

Constructors

Link copied to clipboard
constructor(type: String, bbox: List<Double>? = null, features: List<PoiFeature>, information: PoisInformation? = null)

Properties

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