open class Cause : Serializable
The cause of the traffic event.
Cause()
Empty constructor for the Cause(mainCauseCode: Int, subCauseCode: Int)
Default constructor for the |
var mainCauseCode: Int
The main cause of the traffic event. |
|
var subCauseCode: Int
The subcause of the traffic event. |