Pois Geo Json Response
@Serializable
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)