public static interface AlertsManager.IIncidentsAlertListener extends IDataResponseListener<List<Incident>>
| Modifier and Type | Method and Description |
|---|---|
abstract void |
onIncidentWithDistanceResult(SimpleArrayMap<Incident,Double> incidentToDistanceMap)
Call for when the route tracker has finished processing the route and mapped all the incidents to a route point.
|
onError, onResultvoid onIncidentWithDistanceResult(SimpleArrayMap<Incident,Double> incidentToDistanceMap)
incidentToDistanceMap - The map of Incident to their driving distance from origin.Copyright © 2013-2016 INRIX, Inc. All Rights Reserved.