onWaypointArrival

abstract fun onWaypointArrival(routeProgress: RouteProgress)

Triggered when the RouteProgress.currentState is equal to RouteProgressState.COMPLETE, once per route leg, and when there are more route legs to navigate. If we're on the last leg of the route onFinalDestinationArrival is called instead.