Type

public enum RouteSegment.`Type` : Int

Route segment type.

  • Regular segment of the route (i.e., normal roads).

    Declaration

    Swift

    case regular
  • Segment of the route that lies in a tunnel.

    Declaration

    Swift

    case tunnel
  • Non drivable segment of the route.

    Declaration

    Swift

    case nonDrivable
  • Restricted segment of the route.

    Declaration

    Swift

    case restricted