onPanoramaSearchError abstract method

void onPanoramaSearchError(
  1. Error error
)

Callback for error processing.

error Error description.

Implementation

void onPanoramaSearchError(runtime_error.Error error);