通过wap页面轮询GPS位置
我正在编写一个网络驱动的项目,该应用程序的一部分将是由我们的警卫团队执行的数据记录练习。 我需要知道的是:有没有办法编写 WAP 页面来轮询手机的 GPS 系统的位置,并将其传递到数据库字段之一? 我不介意我们是否必须坚持使用特定品牌的手机,即诺基亚。
I'm in the middle of writing a project that is web driven, and part of the application will be a data logging exercise carried out by our team of guards. What I need to know is : Is there any way to write the WAP page to poll the phone's GPS system for a location, and pass that up in to one of the database fields? I don't mind if we have to stick to a particular brand of phone, i.e. Nokia.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能想看一下:Silver GPS
摘要:
如何使用 .NET Compact Framework、WCF、LINQ、Silverlight、Deep Zoom 和 Virtual 创建端到端移动 GPS 跟踪应用程序地球。
受到 Microsoft.com 网站上最近发布的真实移动案例研究的启发,本次会议将引导您了解如何使用 .NET Compact Framework、Windows Mobile SDK 和 Compact SQL 创建移动 GPS 跟踪应用程序。
在 Web 主机层,我们将创建一个 Windows Communication Foundation 服务并生成一个 Compact 框架客户端代理,以将 GPS 轨迹发送到主机 Web 服务器 - 最后,可以使用 LINQ、Silverlight、Deep Zoom 查看 GPS 轨迹,和虚拟地球。
包括所有源代码。
You might like to take a look at: Silver GPS
Abstract:
How to create an end-to-end Mobile GPS tracking application using the .NET Compact Framework, WCF, LINQ, Silverlight, Deep Zoom, and Virtual Earth.
Inspired by a true-story mobility case study recently published on the Microsoft.com website, this session will walk you through how to create a mobile GPS tracking application using the .NET Compact Framework, Windows Mobile SDK, and Compact SQL.
At the Web host layer, we will create a Windows Communication Foundation service and generate a Compact framework client proxy to send the GPS tracks to a host web server - where finally, the GPS trail can then be viewed using LINQ, Silverlight, Deep Zoom, and Virtual Earth.
Includes all source code.
可能不会。
您可以编写一个小型 J2ME 应用程序,通过 HTTP 传输坐标; 大多数支持 GPS 的现代手机也支持 JSR179 Location API,这使得它非常简单。
Probably not.
You could write a tiny J2ME application that transmits the coordinates over HTTP; most modern phones that support GPS also support JSR179 Location API that makes it quite simple.