支持 navigator.geolocation 更改事件
如果能够将侦听器附加到地理位置的变化,那就太棒了。
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
“此方法返回一个手表 ID 值,然后可通过将其传递给 Geolocation.clearWatch() 方法来取消注册处理程序。”
https://developer.mozilla.org/en-US/docs /Web/API/Geolocation.watchPosition
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
http://dev.w3.org/geo/api/spec-source.html