onComplete abstract method
- MapLoaderError? error
Called after the geo-corridor data downloads has been completed either with success or with error.
Invoked on the main thread.
errorRepresents an error in case of a failure. If an error occurs, to resume operation, please download geo-corridor again. It isnullfor an operation that succeeds.
Implementation
void onComplete(MapLoaderError? error);