RoadSubClass

public enum RoadSubClass

Indicates the subclass of a road.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Value representing a trunk subclass for main roads.

    Declaration

    Swift

    case trunk
  • Value representing a primary subclass for main roads.

    Declaration

    Swift

    case primary
  • Value representing a secondary subclass for main roads.

    Declaration

    Swift

    case secondary
  • Value representing a tertiary subclass for main roads.

    Declaration

    Swift

    case tertiary