I am developing a location based application in which i want to get location after movement of meter from previous position. I don't want to give minimum time in
void requestLocationUpdates (String provider,
long minTime,
float minDistance,
LocationListener listener)
Is there any way to request location updates based only upon minimum distance?
Here is all the information I could find (requestLocationUpdates) :