要编写与 GPS 通信的 Compact Framework 应用程序,我需要准备什么?

发布于 2024-08-16 10:49:53 字数 184 浏览 1 评论 0原文

简而言之,我被要求为智能设备(智能手机)编写一个应用程序,它将从设备本身获取 GPS 坐标。

我根本没有智能设备。我有点迷失在这样的问题中:如何使用代码检查设备是否有 GPS,如果有,如何以“标准”方式获取它们,我是否需要使用像 GeoFrameWork 这样的框架?

那么,有人可以列出我需要准备的必须或最需要的东西吗?

Simply I am asked to write an application for a smart device (smart cell phone), which will get the GPS coordinates from the device itself.

I have no smart device at all. And I am kind of lost among questions like how can I check if the device have a gps by using the code, if it has how can I obtain them in a "standard" way, do I need to be using frameworks like GeoFrameWork?

So, may somebody list the must or most required things I need to have ready?

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

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

发布评论

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

评论(1

懒猫 2024-08-23 10:49:53

Geoframeworks GPS.NET 现在是免费的,而且非常全面,因此没有必要重新发明轮子。它对初学者也很友好,这很有帮助。我强烈建议下载它并使用一些示例应用程序。如果您没有可以使用的物理设备,这会有点棘手,但它确实有您可以使用的 GPS 模拟类。

您所需要的只是安装了智能设备 SDK 的 VS2008 Pro 的副本。

Geoframeworks GPS.NET is free these days and it's pretty comprehensive so there's no point reinventing the wheel. It's also friendly to beginners which helps. I strongly recommend downloading it and playing with some of the sample apps. It's a bit tricky if you don't have a physical device to play around with but it does have GPS emulation classes that you can use.

All you need is a copy of VS2008 Pro with the Smart Device SDK installed.

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