sdk-routing / com.tomtom.online.sdk.routing.data / Tec

Tec

open class Tec : Serializable

The details of the traffic event.

Constructors

<init>

Tec()

Empty constructor for the Tec.

Tec(effectCode: Int, causes: Array<Cause!>!)

Default constructor for the Tec.

Properties

causes

var causes: Array<Cause!>!

The list of Cause elements.

effectCode

var effectCode: Int

The effect on the traffic flow.

Functions

getCauses

open fun getCauses(): Array<Cause!>!

Returns the list of Cause elements.

getEffectCode

open fun getEffectCode(): Int

Returns the effect on the traffic flow.

toString

open fun toString(): String