pause abstract method

void pause()

Pauses the ongoing map download operation.

Operation can be resumed afterwards. It will do nothing if operation is not in running state. Status of the call will be reported via DownloadRegionsStatusListener.onPause.

Implementation

void pause();