lookupIncident abstract method

TaskHandle lookupIncident(
  1. String originalId,
  2. TrafficIncidentLookupOptions lookupOptions,
  3. TrafficIncidentLookupCallback callback
)

Asynchronously queries for traffic incident by the original id.

See TrafficIncident.originalId for more information.

  • originalId The requested incident original id.

  • lookupOptions The options which are specific for the incident lookup query.

  • callback The callback object that will be invoked after the incident lookup query. It is always invoked on the main thread.

Returns TaskHandle. Handle that will be used to manipulate the execution of the task.

Implementation

TaskHandle lookupIncident(String originalId, TrafficIncidentLookupOptions lookupOptions, TrafficIncidentLookupCallback callback);