BadRoadConditions

data class BadRoadConditions(val hasPotholes: Boolean) : DetailedHazardInformation

Constructors

Link copied to clipboard
constructor(hasPotholes: Boolean)

Properties

Link copied to clipboard

True equals potholes are present causing bad road conditions. False equals no potholes causing bad road conditions. Not available means that the service does not know the cause of the bad road conditions.