RouteRepresentation
public enum RouteRepresentation
Specifies the representation of the set of routes provided as a response.
-
Polyline: Includes routes in the response.
Declaration
Swift
case polyline
-
As per polyline, but excluding the XML
elements for the routes in the response. Declaration
Swift
case summaryOnly