IsochroneGeometry

@Serializable
data class IsochroneGeometry(val type: String, val coordinates: List<List<List<Double>>>)

Geometry of an isochrone feature.

Constructors

Link copied to clipboard
constructor(type: String, coordinates: List<List<List<Double>>>)

Properties

Link copied to clipboard
Link copied to clipboard