Tec

data class Tec(val effectCode: Int, val causes: List<Cause>)

The details of the traffic event.

Constructors

Link copied to clipboard
constructor(effectCode: Int, causes: List<Cause>)

Properties

Link copied to clipboard

Gets a list of the traffic event causes.

Link copied to clipboard

Gets the effect on the traffic flow as defined in the TPEG2-TEC standard.