onComplete abstract method

void onComplete(
  1. MapLoaderError? error
)

Called after the update process for all regions has been completed.

Invoked on the main thread.

  • error Represents an error in case of a failure. If an error occurs, the operation cannot be resumed later. It is null for an operation that succeeds.

Implementation

void onComplete(MapLoaderError? error);