GPS to calculate distance between two points on windows phone 7

ⅰ亾dé卋堺 提交于 2019-12-01 20:56:23

At best, a GPS is only accurate to 3 meters. The more likely error is 5 - 10 meters.

You're going to have to augment your GPS readings to get better accuracy.

so far accuracy is not an issue. i run this app and the reading at current location changes continuously while i have set movementthreshold to 1 means 1 meter of distance needs to be covered to call PositionChanged event but reading keeps on changing even though i am still

The other posters here are generally correct: GPS will not give you the accuracy you need. At least not alone!

Assuming you did have a good satellite fix, you could get an accuracy of centimeters, but this would require post-processing with information from special fixed stations or a live feed of data from such a station. The buzzwords here are "real-time phase differential", "real-time kinematic", "phase-differential post-processing".

This site has some details.

So, if you can get access to feed, it may be possible. But it will not be as easy as you probably hoped.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!