如何每隔10分钟和每200米获得一次gps修复?
lm = (LocationManager) getSystemService(Context.LOCATION_SERVICE);
lm.requestLocationUpdates(LocationManager.GPS_PROVIDER, 60000, 200f, (LocationListener) this);
上面的代码不起作用。
答案 0 :(得分:0)
您的代码段没有显示足够的信息,就像您在请求更新后所执行的操作一样。
无论如何你可以访问此链接.. http://developer.android.com/guide/topics/location/obtaining-user-location.html