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

NativeCause

open class NativeCause : Serializable

The cause of the traffic event.

Constructors

<init>

NativeCause()
NativeCause(mainCauseCode: Int!, subCauseCode: Int!)

Functions

getMainCauseCode

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

getSubCauseCode

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

toString

open fun toString(): String