SectionType

@objc
public enum SectionType : Int, EnumConvertible

BETA Section of the route that is undefined.

Experiment

THIS API IS IN BETA VERSION
  • Section of the route that is undefined.

    Declaration

    Swift

    case undefined
  • Section of the route that is car train.

    Declaration

    Swift

    case carTrain
  • Section of the route that is 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