所有移动/桌面设备的地理位置

发布于 2024-10-20 13:16:07 字数 574 浏览 2 评论 0原文

我正在使用 gears.jsgeo.js 试图涵盖查找用户地理位置方面的所有内容。因此,如果用户使用的是 IE9 以下的版本,我可能会提示安装 Google Gears,所以我知道对于桌面版,IE7 + 已涵盖。

对于移动设备,我正在查看 geo 其中涵盖了相当多的移动设备。

我想知道是否有任何东西可以使用 JavaScript 来解释 WP7 地理定位,以及是否有更好的方法来处理所有设备的地理定位。

不完全确定 Google Gears 如何在 IE7/8 上工作,所以对此的任何详细说明都会很棒。 (我并不认为 Gears 是唯一/最好的前进方式,但对于不支持地理定位的浏览器来说,因此任何修正都可以!)

I'm using gears.js and geo.js in an attempt to cover all grounds, in terms of finding the user's geolocation. So if the user is using something less than IE9, I would possibly prompt install for Google Gears, so I know for desktop, IE7 + is covered.

For the mobile devices I'm looking at geo
which covers quite a few mobile devices.

I'm wondering if there is anything which accounts for WP7 geolocation as well using JavaScript, and if there is better ways of handling GeoLocation for all devices.

Not entirely sure how Google Gears work for IE7/8 also, so any elaboration on that would be great. (I'm not assuming Gears is the only/best way forward though for non geolocation supported browsers, so any correction on that is fine!)

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

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

发布评论

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

评论(2

寄离 2024-10-27 13:16:07

我今天遇到了这个: http://geosenseforwindows.com/ 它基本上为 Windows 7 Sensor API 提供了基于 Wifi 的地理定位:

Geosense 是一个 Windows 传感器,
提供位置和传感器
Windows 7 平台具有准确的
以及相当普遍的定位
信息无需或
GPS硬件的协助,使
更实用的基于位置的
Windows 上的应用和场景
7.

不幸的是,我认为 IE 无法在不借助 javascript 中的 COM 调用的情况下访问该传感器 API。

我们还使用免费/商业 GpsGate,它允许 Windows 计算机上的任何浏览器直接访问真实的硬件 GPS计算机上的设备。

I ran into this today: http://geosenseforwindows.com/ it basically gives Wifi based geolocation to the Windows 7 Sensor API:

Geosense is a Windows Sensor that
provides the Location and Sensors
platform in Windows 7 with accurate
and reasonably ubiquitous positioning
information without requiring or the
assistance of GPS hardware, enabling
more practical location-based
applications and scenarios on Windows
7.

Unfortunately I don't think IE can access that Sensor API without resorting to COM calls in your javascript.

We also use the free/commercial GpsGate, which lets any browser on a Windows machine directly access a real hardware GPS device on the computer.

巾帼英雄 2024-10-27 13:16:07

回答您问题的 WP7 部分。
目前无法从 Windows Phone 7 上的 IE 浏览器中获取地理位置。当发布下一版本的浏览器时,这种情况应该会改变。

In answer to the WP7 part of your question.
There is CURRENTLY no way to get geolocation from in the browser in IE on Windows Phone 7. This should change when the next version of the browser is released.

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