pause abstract method
Pauses the map widget.
A paused map widget stops rendering updates until it gets resumed. It is recommended to not schedule any map updates while in the paused state as they are cached in-memory and will pile-up until the map widget gets resumed.
By default, the map widget gets automatically paused and resumed based on platform specific events (e.g. client application going into background/foreground). Once this method gets called, the automatic behavior gets disabled.
Implementation
void pause();