如何根据时间和距离获得gps修复?

时间:2012-01-04 13:04:51

标签: android location

如何每隔10分钟和每200米获得一次gps修复?

    lm = (LocationManager) getSystemService(Context.LOCATION_SERVICE);
    lm.requestLocationUpdates(LocationManager.GPS_PROVIDER, 60000, 200f, (LocationListener) this);

上面的代码不起作用。

1 个答案:

答案 0 :(得分:0)

您的代码段没有显示足够的信息,就像您在请求更新后所执行的操作一样。

无论如何你可以访问此链接.. http://developer.android.com/guide/topics/location/obtaining-user-location.html