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
Try to use support map fragment. It will work in fragments also. https://developers.google.com/android/reference/com/google/android/gms/maps/SupportMapFragment#developer-guide
For camera and zoom level check this -https://developers.google.com/maps/documentation/android-api/views#introduction
Try this and if it help accept it as answer.