开发者

Get location function based on GPS. WinMobile 6.5 Platform

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


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:

  • GPS Programming Tips for Windows Mobile
  • Use GPS And Web Maps For Location-Aware Apps
  • GPS Intermediate Driver for Windows Mobile
  • GPS Intermediate Driver
  • Using the GPS Intermediate Driver from Managed Code
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜