RouteRepresentation

@available(*, message: "TT_API_PUBLIC_PREVIEW('byTheEndOf=2020.12', 'This is under Public Preview and subject to change until the end date. More information is available at: https://developer.tomtom.com/public-preview'﹚")
@objc
public enum RouteRepresentation : Int, EnumConvertible

Public Preview

This is under Public Preview and subject to change by the end of 2020.12. More information is available at: https://developer.tomtom.com/public-preview

Represents the ‘routeRepresentation’ parameter.

  • Specifies an 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