TravelMode

@objc
public enum TravelMode : Int, EnumConvertible

BETA Represents the ‘travelMode’ parameter in a Request to the Routing API.

Experiment

THIS API IS IN BETA VERSION
  • Defines the vehicle type as undefined.

    Declaration

    Swift

    case undefined
  • car

    Defines the vehicle type as car.

    Declaration

    Swift

    case car