ExtendedRouteRepresentation
public enum ExtendedRouteRepresentation : CaseIterable
Represents the ‘extendedRouteRepresentation’ parameter values in a Request to the Routing API.
-
Includes distances to route polyline points in the response.
Declaration
Swift
case distance -
Includes travel times to route polyline points in the response.
Declaration
Swift
case travelTime
TomTom SDK for iOS (0.53.1)
ExtendedRouteRepresentation