Geometry

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

Geometry of a route feature.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard