Description

data class Description(val iconCategory: IconCategory, val cause: String)

Description of the TrafficIncident with a corresponding iconCategory and cause.

Constructors

Link copied to clipboard
fun Description(iconCategory: IconCategory, cause: String)

Properties

Link copied to clipboard
val cause: String
Link copied to clipboard
val iconCategory: IconCategory