onRerouting

abstract fun onRerouting(waypoints: Array<Waypoint>?)

This function is called by the Navigation when a rerouting event occurs. The remote planner will have to compute the new Route and return it.

void SetRemoteRouteProxy(CBRemoteRouteProxy * inRemoteRouteProxy);

Parameters

waypoints

The list of remaining Waypoint of the current route.