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