I have a requirement such that i will need to fetch the current location (i.e. longitude & latitude) in a windows mobile desktop application. It would be great to have any kind of detailed document for the beginners in windows mobile gps application.

Also Do i really need to have an extra gps device connected to my phone?

Thanks in advance KP

link|improve this question

What version of WM are you using? – keyboardP May 10 '11 at 18:18
"windows mobile desktop application" is an oxymoron. – Johann Gerell May 10 '11 at 19:20
feedback

3 Answers

up vote 1 down vote accepted

If your WM phone is somewhat new ... manufactured in the past year or so ... there's a good chance you have native on-board GPS support. Check your settings. If not, and depending on the version of WM you're running, you'll be able to support Bluetooth GPS connections (though it makes it more difficult to do the development if this is your first effort).

There are several samples, tutorials, and of course there is the actual .NET Compact Framework sample also.

link|improve this answer
feedback

You will probably use Microsoft GPS Intermediate Driver (GPSID) msdn.microsoft.com/en-us/library/bb202086.aspx

When you install Windows Mobile SDK you will see a full sample in installed folder. C:\Program Files\Windows Mobile 6 SDK\Samples\PocketPC\CS\GPS

In my case I used Intermec and that has a special documentation. Maybe your device has too. Please check your products web site too. http://www.intermec.com/public-files/articles/en/DevelopingSoftware4_CN3IntegratedGPS.pdf

link|improve this answer
feedback

I assume that you get your hands on a Windows Mobile device with built-in GPS. Then you start looking at the GPSOpenDevice family of GPS functions in the Windows Mobile SDK docs.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.