compute Route Did Finish
abstract fun computeRouteDidFinish(routeRequest: VMERouteRequest, routeResult: VMERouteResult): Boolean
Content copied to clipboard
Notified when compute route was successful
Return
true if the route should be added to the map, otherwise false.
Since
1.19
Parameters
route Request
The original route request object.
route Result
The results of the route request.