Location keep changing even if the device is not moving
问题 I am getting current Lats and Longs using FusedLocationProviderClient and I am using the below code to get current lats and longs of the device: public class FusedGpsService extends Service { private FusedLocationProviderClient fusedLocationProviderClient; private double speed; Data datas; List<Location> locationList; @Override public void onCreate() { super.onCreate(); fusedLocationProviderClient= LocationServices.getFusedLocationProviderClient(this); requestLocations(); Log.i("STATR",