RouteType

public enum RouteType : String
extension RouteType: QueryItemConvertible

The type of route requested.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Fast and convenient. The recommended route type.

    Declaration

    Swift

    case fast
  • A good compromise between convenience and a short travel distance.

    Declaration

    Swift

    case short
  • Optimised to save fuel/power.

    Declaration

    Swift

    case efficient
  • Winding roads for thrilling drives.

    Declaration

    Swift

    case thrilling