VehicleType

public enum VehicleType

Represents the “vehicle type” parameter in a request to the Routing API.

  • car

    Defines the vehicle type as car.

    Declaration

    Swift

    case car
  • Defines the vehicle type as truck.

    Note

    This value is not yet supported with the Orbis map.

    Declaration

    Swift

    case truck
  • Defines the vehicle type as taxi.

    Note

    This value is not yet supported with the Orbis map.

    Declaration

    Swift

    case taxi
  • bus

    Defines the vehicle type as bus.

    Note

    This value is not yet supported with the Orbis map.

    Declaration

    Swift

    case bus
  • van

    Defines the vehicle type as van.

    Note

    This value is not yet supported with the Orbis map.

    Declaration

    Swift

    case van
  • Defines the vehicle type as motorcycle.

    Note

    This value is not yet supported with the Orbis map.

    Declaration

    Swift

    case motorcycle
  • Defines the vehicle type as bicycle.

    Note

    This value is not yet supported with the Orbis map.

    Declaration

    Swift

    case bicycle
  • Defines the vehicle type as pedestrian.

    Note

    This value is not yet supported with the Orbis map.

    Declaration

    Swift

    case pedestrian