1

我正在寻找我当前位置的位置,但只有一次,我不能使用 requestSingleUpdate,因为它需要在低于 2.3 的 Android 版本上运行。我通过 TimerTask 调用它,当我得到位置时,我停止 timer.cancel()。如何确定我停止了 locationManager requestUpdates?(我打电话给 locationManager.removeUpdates 但还有其他方法可以监控请求)

4

1 回答 1

3

if you call timer.cancel the locationupdatelistener continue working. you only can use locationManager.removeUpdates, this is 100%secure that stop updating

于 2011-11-03T15:45:55.443 回答