Cause

data class Cause(val mainCauseCode: Int?, val subCauseCode: Int?)

The cause of the traffic event.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

mainCauseCode

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

subCauseCode

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard