Page Summary
-
Navigator.TrafficUpdatedListenerprovides methods to handle route traffic updates in navigation. -
onTrafficUpdated()is called when the route's traffic information changes, making new data accessible viaRouteSegment.
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.