RoadCondition
public enum RoadCondition
Road pavement condition types.
Asphalt pavement.
Declaration
Swift
case asphalt
Cobblestone pavement.
Declaration
Swift
case cobblestone
Concrete pavement.
Declaration
Swift
case concrete
Gravel pavement.
Declaration
Swift
case gravel
Any other type of pavement.
Declaration
Swift
case other
Paved road, for example, concrete or asphalt.
Declaration
Swift
case paved
Paved road in poor condition, for example with large holes in the asphalt.
Declaration
Swift
case poor
Sandy pavement.
Declaration
Swift
case sandy
Unpaved road, for example, made of sand or gravel.
Declaration
Swift
case unpaved