Using Windows Phone 7 and Bing maps I'm trying to draw a nice looking track from GPS coordinates. In WP7, the GPS is providing me with the latest data but it is not as accurate as I want. I would like to take the average of last 'X' measurements. The problem is that position data is longitude and latitude and I am not sure I can compute the proper average of the position: (longitude1 + longitude2)/2 , (latitude1 + latitude2)/2
Thanks!