onDrivingRoutesError abstract method

void onDrivingRoutesError(
  1. Error error
)

Happens when there is an error.

Implementation

void onDrivingRoutesError(runtime_error.Error error);