如何知道我是否达到了 window.navigator.watchPosition() 的最大精度
我正在开发一个移动网络应用程序,我建议使用一个按钮来向(不动的)用户显示他在地图上的当前位置。由于 GPS 修复时间可能很长,因此我决定使用 watchPosition() 并使用标记和周围的精确度圆圈更新地图,以便用户知道正在发生的事情。
现在我想在达到最大精度时删除圆圈并停止手表,但我不知道该怎么做,iPhone 和 google chrome 桌面永远不会给出 0 米精度。
GPS 应用程序开发人员是否确定了“足够好”的精度(例如 150m 对每个人来说都足够了,或者类似的东西)?
I'm developing a mobile web application where I propose a button to show the (immobile) user his current position on the map. Since GPS fixing can be long, I decided to use watchPosition() and update the map with a marker and an accuracy circle around it so that users knows something is happening.
Now I'd like to remove the circle and stop the watch when max accuracy is achieved, but I don't know how to do that, the iPhone and google chrome desktop never give 0 meters accuracy.
Did GPS application developers settle on a "good enough" accuracy (like 150m is enough for everybody, or something of the like) ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论