获取基于GPS的定位功能。 WinMobile 6.5平台
我正在编写一个基于GPS技术的Windows Mobile应用程序。一切准备就绪,但我需要用于检索 GPS 位置坐标(纬度和经度)的功能。
我声明了纬度和经度,但现在我需要GPS的功能,将其放入我创建的按钮中,获取经度和纬度值并保存它们。
环境: 视窗移动6.5 框架6.5,专业
感谢
I am writing a windows mobile application based on GPS technology. everything is ready but I need the function which is used to retrieve GPS location coordinates (latitude and longitude).
I declared latitude and longitude, but now I need the function of GPS to put it inside a button I created, get longitude and latitude values and save them.
Environement:
Windows Mobile 6.5
Framework 6.5, Professional
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
GPS 中间驱动程序提供了一个非常易于使用的 API,用于提供对 GPS 数据的共享访问。您可以使用 GPSGetPosition( ) 为您服务的目的。本文中有一个如何使用它的示例,使用本机代码中的 GPS 中间驱动程序。
另请参阅:
The GPS Intermediate Driver provides a very simple-to-use API for providing shared access to GPS data. You can use GPSGetPosition() for you purpose. There is an example how to use it in this article, Using the GPS Intermediate Driver from Native Code.
See Also: