SectionType
@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 SectionType : 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
Section of the route that is undefined.
-
Section of the route that is undefined.
Declaration
Swift
case undefined -
Section of the route that is a car train.
Declaration
Swift
case carTrain -
Section of the route that is a ferry.
Declaration
Swift
case ferry -
Section of the route that is a tunnel.
Declaration
Swift
case tunnel -
Section of the route that is motorway.
Declaration
Swift
case motorway -
Section of the route that is only suited for pedestrians.
Declaration
Swift
case pedestrian -
Section of the route that requires a toll to be payed.
Declaration
Swift
case tollRoad -
Section of the route that requires a toll vignette to be present.
Declaration
Swift
case tollVignette -
Section indicating which countries the route is in.
Declaration
Swift
case country -
Section in relation to the Request parameter travelMode.
Declaration
Swift
case travelMode -
Section of the route that contains traffic information.
Declaration
Swift
case traffic
SectionType Enumeration Reference