Google map inside another fragment - Function like onLocationChanged is not working
问题 My previous question Google map inside another fragment - Error when calling getMapAsync was answered. The google map is showing and the getMapAsync is now working. And I'm now finding the solution to the other functions like public void onLocationChanged(Location location) {...} public void onConnected(Bundle bundle) {...} Note: I'm trying to convert a google map activity to work inside a fragment that will be called in NavigationView. samplemapFragment.java package com.sample.samplemap;