Navigator.TrafficUpdatedListener

public static interface Navigator.TrafficUpdatedListener

Defines signatures for methods that are called when the route's traffic data gets updated. All notifications will occur on the UI thread.

Public Method Summary

abstract void
onTrafficUpdated()
Called when the route's traffic data gets updated.

Public Methods

public abstract void onTrafficUpdated ()

Called when the route's traffic data gets updated. The new traffic data is available through the RouteSegment interface.