支持 navigator.geolocation 更改事件

发布于 2024-12-03 04:55:30 字数 176 浏览 0 评论 0原文

如果能够将侦听器附加到地理位置的变化,那就太棒了。

我在 w3 上找不到对此的任何评论或在别处寻找。似乎目前显然没有提供,但是任何浏览器或任何 w3 规范是否有计划对此提供支持?

It would be awesome to be able to attach a listener to a change in geolocation.

I haven't been able to find anything commenting on this either on w3 or searching elsewhere. Seems that its obviously not provided at the moment, but is there any planned support for this from any browser or any w3 spec?

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

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

发布评论

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

评论(1

情独悲 2024-12-10 04:55:30

“此方法返回一个手表 ID 值,然后可通过将其传递给 Geolocation.clearWatch() 方法来取消注册处理程序。”
https://developer.mozilla.org/en-US/docs /Web/API/Geolocation.watchPosition

id = navigator.geolocation.watchPosition(success, error, options)

http://dev.w3.org/geo/api/spec-source.html

"This method returns a watch ID value then can be used to unregister the handler by passing it to the Geolocation.clearWatch() method."
https://developer.mozilla.org/en-US/docs/Web/API/Geolocation.watchPosition

id = navigator.geolocation.watchPosition(success, error, options)

http://dev.w3.org/geo/api/spec-source.html

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