RoadType

public enum RoadType
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
  • 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