RoadSafety
public enum RoadSafety : Comparable
Undocumented
-
Just for this mode
Declaration
Swift
case safe
-
Designated for this mode, but not exclusively
Declaration
Swift
case designated
-
Shared, but could be worse, e.g., it’s quiet or others are aware of you
Declaration
Swift
case neutral
-
Shared, and busy
Declaration
Swift
case hostile
-
Undocumented
Declaration
Swift
case unknown
-
Undocumented
Declaration
Swift
public var color: UIColor { get }