pause abstract method

void pause()

Pauses the ongoing map update operation.

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

Implementation

void pause();