VMECompute Route Callback
Callback protocol for receiving compute route results. For computing a route
Since
1.0
See also
Functions
Link copied to clipboard
abstract fun computeRouteDidFail(routeRequest: VMERouteRequest, error: String?)
Content copied to clipboard
Notified when compute route failed.
Link copied to clipboard
abstract fun computeRouteDidFinish(routeRequest: VMERouteRequest, routeResult: VMERouteResult): Boolean
Content copied to clipboard
Notified when compute route was successful