RoadConditionType

public enum RoadConditionType

Road pavement condition types.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Unknown road condition.

    Declaration

    Swift

    case unknown
  • Sandy pavement.

    Declaration

    Swift

    case sandy
  • Gravel pavement.

    Declaration

    Swift

    case gravel
  • Cobblestone pavement.

    Declaration

    Swift

    case cobblestone
  • Concrete pavement.

    Declaration

    Swift

    case concrete
  • Asphalt pavement.

    Declaration

    Swift

    case asphalt
  • Paved road, for example, concrete or asphalt.

    Declaration

    Swift

    case paved
  • Unpaved road, for example, made of sand or gravel.

    Declaration

    Swift

    case unpaved
  • Paved road in poor condition, for example with large holes in the asphalt.

    Declaration

    Swift

    case poor
  • Any other type of pavement.

    Declaration

    Swift

    case other