准确找到15米后的位置

时间:2011-11-13 20:20:05

标签: android gps location

我使用下面的代码语句来查找每15米后的位置。 minDistance = 15

locationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER,0,15, locationListener); 

没关系,但有时候我走了20米就发出了下一个GPS通知。 我的问题是如何在每15米之后获得用户位置。

0 个答案:

没有答案