public interface EtaResponseListener extends BaseResponseListener
Modifier and Type | Method and Description |
---|---|
void |
onEtaUpdate(EstimatedTimeOfArrival estimatedTimeOfArrival)
Deprecated.
Use
onEtaUpdate(Map, String) instead. |
void |
onEtaUpdate(java.util.Map<java.lang.String,Traffic> trafficUpdatesByLegId,
java.lang.String currentLegId)
Invoked when there is an update to the estimated time of arrival (ETA)
for one or more route-legs of the route being navigated.
|
onRequestFailed, onRequestMade
@Deprecated void onEtaUpdate(EstimatedTimeOfArrival estimatedTimeOfArrival)
onEtaUpdate(Map, String)
instead.estimatedTimeOfArrival
- the updated ETA for the current route-leg.void onEtaUpdate(java.util.Map<java.lang.String,Traffic> trafficUpdatesByLegId, java.lang.String currentLegId)