I\'ll try to show a map in my Android application on a fragment named RoeteFragment. If I debug my code I see that the method onMapReady is never c
Read MapView documentation. Especially:
Users of this class must forward all the life cycle methods from the
ActivityorFragmentcontaining this view to the corresponding ones in this class. In particular, you must forward on the following methods:
onCreate(Bundle)onResume()onPause()onDestroy()onSaveInstanceState()onLowMemory()