.net – GPS library for .NET compact framework

compact-frameworkgpsnetwindows-mobile

I'm thinking of writing simple application for Windows Mobile devices, where user could simply enter destination coordinates, and the app would calculate distance and show direction to the destination.

But I haven't found any Free, preferably Open Source library with simple API to work with GPS.

Best Answer

I recently used open source SharpGPS. It's supposed to support more devices than the example in the SDK, but both solutions work on all my hardware.

SharpGPS did make it easier to access more structured information, such as satellites in view and where they are, and has a brilliant example app. But most of this will go unused in apps that need GPS info.