Location getAccuracy() 这个函数有什么作用?

发布于 2024-12-05 10:01:38 字数 72 浏览 1 评论 0原文

我知道这个函数返回一个浮点数,指示特定位置的准确性。我的问题是:这个函数返回的值越大,是否意味着位置越准确?或者这与我所说的相反?

I know that this function returns a float indicating the accuracy of a particular location. My question is: Is it right that greater the value returned by this function means more accurate the location is? Or it is the inverse what I am saying ?

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

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

发布评论

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

评论(4

半葬歌 2024-12-12 10:01:38

数字越低,越准确。

The lower the number, the more accurate it is.

‖放下 2024-12-12 10:01:38

getAccuracy() 描述了偏差米。所以,数字越小,准确度就越高。

getAccuracy() describes the deviation in meters. So, the smaller the number, the better the accuracy.

雨后彩虹 2024-12-12 10:01:38

getAccuracy() 报告的精度以米为单位,例如。 10米。
Google 将准确度定义为 68% 置信度的半径(在 sigma 上),这意味着如果您从 getAccuracy() 获得 10 米的准确度,那么您位于距离实际位置 10 米以内的概率为 68/100 倍。如果 getAccuracy() 报告的值为 20 米,那么您所在的位置距离实际位置不到 20 米。
因此 getAccuracy() 报告的数字越小意味着您更接近实际位置。

Accuracy reported by getAccuracy() is in meters, ex. 10 meters.
Google defines accuracy as the radius of 68% confidence(on sigma), which means if you get 10 meters of accuracy from getAccuracy(), then you are somewhere within 10 meters from the actual location with probability of 68/100 times. If getAccuracy() reported is 20 meteres, then you are somewhere within 20 meters from actual location.
So the smaller number reported by getAccuracy() means you are closer to the actual location.

梦幻的心爱 2024-12-12 10:01:38

getAccuracy() 返回 0.0 时 - 表示该位置不准确。

And when getAccuracy() return 0.0 - it means that this location does not have an accuracy.

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