要编写与 GPS 通信的 Compact Framework 应用程序,我需要准备什么?
简而言之,我被要求为智能设备(智能手机)编写一个应用程序,它将从设备本身获取 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.