RouteRepresentation

@objc
public enum RouteRepresentation : Int, EnumConvertible

BETA Represents the ‘routeRepresentation’ parameter.

Experiment

THIS API IS IN BETA VERSION
  • Specifies a undefined route representation.

    Declaration

    Swift

    case undefined
  • Specifies the representation of the set of routes provided as a polyline.

    Declaration

    Swift

    case polyline
  • As per polyline, but excluding the points elements for the routes in the Response.

    Declaration

    Swift

    case summaryOnly