public static interface
Navigator.ArrivalListener
Defines signatures for methods that are called when the driver arrives at a waypoint. All notifications will occur on the UI thread.
Public Method Summary
abstract void |
onArrival(ArrivalEvent event)
Called when the driver has arrived at a
Waypoint set by Navigator.setDestination(Waypoint) . |
Public Methods
public abstract void onArrival (ArrivalEvent event)
Called when the driver has arrived at a Waypoint
set by Navigator.setDestination(Waypoint)
.
Parameters
event | an event containing the waypoint at which the driver has arrived |
---|