RoadFeatures

public enum RoadFeatures : UInt32, CaseIterable, Codable

Road features or states.

  • This part of the route is subject to seasonal closure.

    Declaration

    Swift

    case seasonalClosure
  • Access to this part of the route is restricted with a fee or toll.

    Declaration

    Swift

    case tollRoad
  • This part of the route is a controlled-access highway, i.e. high-speed and highly controlled.

    Declaration

    Swift

    case controlledAccessHighway
  • This part of the route is for transit with a ferry.

    Declaration

    Swift

    case ferry
  • This part of the route is for transit with a car shuttle train.

    Declaration

    Swift

    case carShuttleTrain
  • This part of the route is a tunnel.

    Declaration

    Swift

    case tunnel
  • This part of the route has an un-paved surface.

    Declaration

    Swift

    case dirtRoad
  • This part of the route has a u-turns. Note that this feature is valid only for cars, trucks, taxis and buses.

    Declaration

    Swift

    case uTurns