computeRouteDidFinish

abstract fun computeRouteDidFinish(routeRequest: VMERouteRequest, routeResult: VMERouteResult): Boolean

Notified when compute route was successful

Return

true if the route should be added to the map, otherwise false.

Since

1.19

Parameters

routeRequest

The original route request object.

routeResult

The results of the route request.