RouteType

@objc
public enum RouteType : Int, EnumConvertible

BETA This represents the ‘routeType’ parameter in a Request to the Routing API.

Experiment

THIS API IS IN BETA VERSION
  • Defines that route type is not selected.

    Declaration

    Swift

    case undefined
  • Defines that the routing service will find the fastest route.

    Declaration

    Swift

    case fastest