I've tested the GSP Sample project provided with Windows Mobile 6 SDK
.
Let's say that I have my destination point coordinates (Latitude & Longitude). Basing on that sample app and doing the math Calculate distance between 2 GPS coordinates I can obtain the distance between my location and the destination point.
But this calculation assumes a straight line between these points, and won't be correct, because I go along the streets etc.
So, I want to know how to make that distance calculation right while my movement - according to the determined route. Is there any libraries (C#) or maybe some APIs which will be useful ? I don't need to show the route for the user.