sdk-routing / com.tomtom.online.sdk.routing.ev.route / Tec

Tec

@Beta(2020, 10) class Tec

The details of the traffic event.

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

<init>

Tec(effectCode: Int?, causes: List<Cause>)

The details of the traffic event.

Properties

causes

val causes: List<Cause>

Gets a list of the traffic event causes.

effectCode

val effectCode: Int?

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

Functions

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int