Is there a way to request location updates from a locationManager at specific intervan and to ignore minDistance? I've tried
locationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, 3600 * 1000, 1, this)
But in logs appears sometimes that location is updated in a few minutes, sometimes in a half of hour... Can this be done to update location at a fixed interval and to ignore distance?
You can use this schema. Create new Runnable which will be called every time, when you want it