TravelMode

enum TravelMode : Enum<TravelMode>

Represents the 'travelMode' parameter in a Request to the Routing API.

Important: This is a Public Preview API. It may be changed or removed at any time.

Entries

Link copied to clipboard

Defines the vehicle type as car.

Link copied to clipboard

Defines the vehicle type as truck.

Link copied to clipboard

Defines the vehicle type as taxi.

Link copied to clipboard

Defines the vehicle type as bus.

Link copied to clipboard

Defines the vehicle type as van.

Link copied to clipboard

Defines the vehicle type as motorcycle.

Link copied to clipboard

Defines the vehicle type as bicycle.

Link copied to clipboard

Defines the vehicle type as pedestrian.

Link copied to clipboard

Defines the vehicle type as other.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int