hello Im trying to stop location updates and I have used this code:-
LocationServices.FusedLocationApi.requestLocationUpdates(mGoogleApiClient, mLocationRequest, this)
But later I've noticed they stop using "FusedLocationApi" because its kinda deprecated. So guys, how can i stop location updates?