HTML5 地理定位,仅限 GPS

发布于 2024-09-14 22:56:30 字数 46 浏览 8 评论 0原文

有没有办法让 HTML5 的地理定位仅在使用 GPS 设备获取位置时才起作用?

Is there a way to make HTML5's Geolocation only work, if it is using a GPS device to get the location?

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

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

发布评论

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

评论(2

撕心裂肺的伤痛 2024-09-21 22:56:30

我不相信这是可能的,你能做的最好的事情就是为 enableHighAccuracy 并使用基于 准确度值。

--编辑

上个月我看到了 Remy Sharp 的演示,他有一个有用的建议:如果你使用 watchPosition 而不是 getCurrentPosition 那么您可以等待,直到位置信息变得足够准确; GPS 通常需要一些时间来锁定卫星,因此通常 getCurrentPosition 只会从不太准确但响应速度更快的方法之一返回一些内容。

I don't believe it's possible, the best you can do is pass true for enableHighAccuracy and use a heuristic based on the accuracy value.

--Edit

I saw a presentation by Remy Sharp last month and he had a useful suggestion: if you use watchPosition instead of getCurrentPosition then you can wait until the location information becomes accurate enough; GPS often takes some time to lock on to satellites so usually getCurrentPosition will just return something from one of the less accurate but more responsive methods.

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