手机地理定位和javascript
我正在开发将通过智能手机集成浏览器访问的网络应用程序。 在我的应用程序中,我需要计算手机实际(当前)位置与其他地址之间的距离。除此之外,我应该能够找到最接近用户实际位置的特定位置(例如商店位置)。
你能告诉我我可以使用哪个js框架吗?是否有一些 jQuery 插件可以提供帮助?
谢谢
I am developing web app that will be accessed by smart-phone integrated browser.
In my application I need to calculate the distance between the mobile phone actual (current) location and some other address. Beside that I should be able to find the specific location (shop location for example) that is closest to the user actual location.
Can you give me a clue which js framework can I use? Is there maybe some jQuery plugin that can be helpful?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用此框架:http://code.google.com/p/geo- location-javascript/
它适用于大多数移动设备。
You can use this framework : http://code.google.com/p/geo-location-javascript/
It works on most mobile devices.