Cause

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
data class Cause(val mainCauseCode: Int?, val subCauseCode: Int?)

The cause of the traffic event.

Constructors

Link copied to clipboard
constructor(mainCauseCode: Int?, subCauseCode: Int?)

Properties

Link copied to clipboard

Gets the main cause of the traffic event as defined in the TPEG2-TEC standard.

Link copied to clipboard

Gets the subcause of the traffic event as defined in the TPEG2-TEC standard.