获取基于GPS的定位功能。 WinMobile 6.5平台

发布于 2024-09-28 11:25:21 字数 174 浏览 3 评论 0原文

我正在编写一个基于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 技术交流群。

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

发布评论

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

评论(1

空心空情空意 2024-10-05 11:25:22

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:

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