onComplete abstract method

void onComplete(
  1. MapLoaderError? error
)

Called after the geo-corridor data downloads has been completed either with success or with error.

Invoked on the main thread.

  • error Represents an error in case of a failure. If an error occurs, to resume operation, please download geo-corridor again. It is null for an operation that succeeds.

Implementation

void onComplete(MapLoaderError? error);