RoadCondition
public enum RoadCondition
Road pavement condition types.
-
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