add On Waypoint Pass Listener
open fun addOnWaypointPassListener(listener: NavigationManager.OnWaypointPassListener)
Content copied to clipboard
Add a OnWaypointPassListener to NavigationManager to subscribe to waypoint event(s).
open fun addOnWaypointPassListener(listener: NavigationManager.OnWaypointPassListener, @Nullable executor: Executor)
Content copied to clipboard
Add a OnWaypointPassListener to NavigationManager to subscribe to waypoint event(s).
Parameters
executor
Executor which will execute listener's callbacks