IsochronesResponse

@Serializable
data class IsochronesResponse(val type: String, val bbox: List<Double>, val features: List<IsochroneFeature>, val metadata: IsochronesMetadata)

GeoJSON response returned by the isochrones endpoint.

Constructors

Link copied to clipboard
constructor(type: String, bbox: List<Double>, features: List<IsochroneFeature>, metadata: IsochronesMetadata)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard