Package-level declarations
Types
Link copied to clipboard
Class contains information about traffic on the route. It determines type of incident, delay, etc...
Link copied to clipboard
Link copied to clipboard
data class TrafficNotification(val trafficInfoList: List<TrafficInfo>, val delayOnRoute: Int, val trafficLevel: TrafficNotification.TrafficLevel) : Parcelable
Link copied to clipboard