FunctionalRoadClass

public enum FunctionalRoadClass : UInt32, CaseIterable, Codable

Types of function road class.

  • A road with high volume and maximum speed traffic.

    Declaration

    Swift

    case functionalRoadClass1
  • A road with high volume and high speed traffic.

    Declaration

    Swift

    case functionalRoadClass2
  • A road with high volume traffic.

    Declaration

    Swift

    case functionalRoadClass3
  • A road with high volume traffic at moderate speeds between neighborhoods.

    Declaration

    Swift

    case functionalRoadClass4
  • A road whose volume and traffic flow are below the level of any other functional class.

    Declaration

    Swift

    case functionalRoadClass5