onPause abstract method
Called when the map view to which this MapViewLifecycleListener is attached to gets paused (usually when the app goes into background).
This should be used by components that perform continuous updates to pause those updates until MapViewLifecycleListener.onResume is called.
Implementation
void onPause();