RouteType

@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 RouteType : 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

This represents the ‘routeType’ parameter in a Request to the Routing API.

  • Defines that route type is not selected.

    Declaration

    Swift

    case undefined
  • Defines that the routing service will find the fastest route.

    Declaration

    Swift

    case fastest