Open ArslanAnjum opened 6 years ago
Following is line 324 from Looper thread
location.setAccuracy((float) (mLatitudeTracker.getAccuracy() * DEG_TO_METER));
My question is why you are taking into account the latitude accuracy? why not both lat and lng?
Following is line 324 from Looper thread
location.setAccuracy((float) (mLatitudeTracker.getAccuracy() * DEG_TO_METER));
My question is why you are taking into account the latitude accuracy? why not both lat and lng?