通过wap页面轮询GPS位置

发布于 2024-07-16 12:46:29 字数 135 浏览 10 评论 0原文

我正在编写一个网络驱动的项目,该应用程序的一部分将是由我们的警卫团队执行的数据记录练习。 我需要知道的是:有没有办法编写 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 技术交流群。

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

发布评论

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

评论(2

橘香 2024-07-23 12:46:29

您可能想看一下: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.

浮生未歇 2024-07-23 12:46:29

可能不会。

您可以编写一个小型 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.

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