GeoJsonRouteResponse

@Serializable
data class GeoJsonRouteResponse(val type: String, val bbox: List<Double>, val features: List<Feature>, val metadata: Metadata)

GeoJSON response for the directions endpoint.

Constructors

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

Properties

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