Tec

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

The details of the traffic event.

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

Parameters

effectCode

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

causes

Gets a list of the traffic event causes.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard