TrafficInfo

data class TrafficInfo : Parcelable

Class contains information about traffic on the route. It determines type of incident, delay, etc...

Types

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val delay: Long
Link copied to clipboard
Link copied to clipboard
val id: Int
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)