RoadType

public enum RoadType : Int
extension RoadType: Equatable

Indicates a road type. Important: This is a Public Preview API. It may be changed or removed at any time.

  • Value representing an urban road type.

    Declaration

    Swift

    case urban = 0
  • Value representing a motorway road type.

    Declaration

    Swift

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

    Declaration

    Swift

    case controlledAccess = 2