RoadType

@available(*, deprecated, message: "Will be removed in v4.25.0. Use the type `TimingProfile` instead.")
public enum RoadType : UInt32, CaseIterable, Codable

Identifies the road type.

  • Highway road type.

    Declaration

    Swift

    case highway
  • Rural road type.

    Declaration

    Swift

    case rural
  • Urban road type.

    Declaration

    Swift

    case urban