resume abstract method
Resumes the map widget.
The default state of map widget is 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 resume();