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
RoeteFragment
onMapReady
By a comment from @androidnoobdev where he said to use SupportMapFragment, I've update the code in my layout file to this:
SupportMapFragment
Update Removed MapView b'z not required after support fragment.
Thanks to @androidnoobdev