BadRoadConditions

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class BadRoadConditions(val hasPotholes: Boolean) : DetailedHazardInformation

Represents a hazard due to bad road conditions.

Constructors

Link copied to clipboard
constructor(hasPotholes: Boolean)

Properties

Link copied to clipboard

true if bad road conditions are caused by potholes.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String