abstract class BaseTrafficIncident : Visitable<TrafficIncidentVisitor!>
Base class that contains details about traffic incident with a set of getters. Subclassed in |
|
open class IncidentDetailsResponse : ServiceBaseResponse
Response to a |
|
class IncidentIconCategory
The icon category associated with a traffic incident. |
|
class IncidentMagnitude
The magnitude of the delay associated with an incident. These values correspond to incident colors in traffic tiles. |
|
open class TrafficIncident : BaseTrafficIncident
Contains details of a single traffic incident. |
|
open class TrafficIncidentCluster : BaseTrafficIncident
Contains details of a cluster of incidents and a list of incidents that constitute this cluster. |
|
interface TrafficIncidentVisitor
An interface used to visit traffic incidents or traffic incident clusters. |