Call this method from the parent Activity/Fragment's corresponding method.
In your Activity/Fragment:
override fun onPause() { super.onPause(); mapControl?.onPause();}
See Also onPause