computeRouteDidFail

abstract fun computeRouteDidFail(routeRequest: VMERouteRequest, error: String?)

Notified when compute route failed.

Since

1.19

Parameters

routeRequest

The original route request object.

error

A localized error string indicating the reason for the failure.