|
|
@@ -44,7 +44,7 @@ public class GoogleLocationUtil {
|
|
|
private LocationInfoListener locationInfoListener;
|
|
|
|
|
|
private final long MIN_TIME = 10 * 60 * 1000L;
|
|
|
- private final float MIN_DISTANCE = 2000F;
|
|
|
+ private final float MIN_DISTANCE = 200F;
|
|
|
private final int REQUEST_LOCATION = 999;
|
|
|
private MyLocationListener myLocationListener = new MyLocationListener();
|
|
|
private LocationManager locationManager;
|