Package-level declarations
Types
Link copied to clipboard
Represents the 'travelMode' parameter in a Request to the Routing API.
Link copied to clipboard
data class TravelModeSection(val geometry: List<GeoCoordinate>, val routeOffset: Distance, val length: Distance, val travelMode: TravelMode) : Section
Represents a route section indicating the travel mode.