sdk-routing / com.tomtom.online.sdk.routing.data.longDistanceEV.response / NativeTec

NativeTec

open class NativeTec : Serializable

The details of the traffic event.

Constructors

<init>

NativeTec()
NativeTec(effectCode: Int!, causes: MutableList<NativeCause!>!)

Functions

getCauses

open fun getCauses(): MutableList<NativeCause!>!

Returns a list of the traffic event causes.

getEffectCode

open fun getEffectCode(): Optional<Int!>!

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

toString

open fun toString(): String