gpt4 book ai didi

android 位置管理器 minTime 与 minDistance

转载 作者:太空宇宙 更新时间:2023-11-03 12:51:50 26 4
gpt4 key购买 nike

我写了一个简单的 locationManager 和 locationListener 使用:

        GPS_distance = 30;
GPS_interval = 2000;
locationManager.requestLocationUpdates(GPS_provider, GPS_interval, GPS_distance, locationListener);

因此 onLocationChanged“应该”每 2 秒更新一次,或者在 30 米距离变化时更新一次。发生的事情是位置仅在 30 米内更新。如果我将距离设置为 0,则时间间隔有效!

在 Samsung Galaxy S4 上调试。

最佳答案

通过查看文档,
它说两者之间有一个AND条件。

location provider will only send your application an update when the location has changed by at least minDistance meters, AND at least minTime milliseconds have passed


这意味着您必须通过您设置的 minDistance 和时间量。
查看文档 here .

关于android 位置管理器 minTime 与 minDistance,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29272683/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com