如果我没有在 requestLocationUpdates() 中定义任何时间和距离,会发生什么?

发布于 2024-11-06 12:31:38 字数 143 浏览 0 评论 0原文

如果我无法通过这种方法的最小时间和距离,会发生什么?什么时候会调用这个方法?

locationManager.requestLocationUpdates(provider,0, 0,locationListener);

If I cant pass minimum time and distance in this method, what will happen? When will this method be called?

locationManager.requestLocationUpdates(provider,0, 0,locationListener);

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

翻身的咸鱼 2024-11-13 12:31:38

通过将 minTime 和 minDistance 设置为 0,您的手机将会死机。

由文档:


获取通知的频率为
如果可能,请将两个参数都设置为 0。

您将得到非常非常快的响应,而且设备上的电池消耗将非常严重。

by setting minTime and minDistance to 0 you will get a dead phone.

by the docs:

To
obtain notifications as frequently as
possible, set both parameters to 0.

you will just get very very rapid responses and also the battery drain on a device will be horrendous.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文