RoadType

public enum RoadType : Equatable

Indicates a road type.

  • Value representing an urban road type.

    Declaration

    Swift

    case urban
  • Value representing a motorway road type.

    Declaration

    Swift

    case motorway
  • Value representing a controlled access road with regulated traffic flow and regulated entries and exits.

    Declaration

    Swift

    case controlledAccess