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 other.

Link copied to clipboard

Defines the vehicle type as pedestrian.

Link copied to clipboard

Defines the vehicle type as bicycle.

Link copied to clipboard

Defines the vehicle type as motorcycle.

Link copied to clipboard
VAN()

Defines the vehicle type as van.

Link copied to clipboard
BUS()

Defines the vehicle type as bus.

Link copied to clipboard

Defines the vehicle type as taxi.

Link copied to clipboard

Defines the vehicle type as truck.

Link copied to clipboard
CAR()

Defines the vehicle type as car.

Properties

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