WP7 GPS启动数据
在我的 WP7 项目中,我试图从 GPS 设备获取数据。它工作正常,但每次我启动应用程序并询问纬度和经度值时,GPS 传感器都会在最开始时返回上一次启动的最后一个值。我应该在退出时或应用程序启动时以某种方式刷新数据吗?
In my WP7 project I am trying to obtain data from the GPS device. It works fine, but each time I start my application and ask for Latitude and Longitude values, GPS sensor returns me at the very beginning last values from the previous start. Should I flush data somehow on exit or on application startup?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不应该相信第一个值。请参阅这篇文章:http://awkwardcoder.blogspot.com/ 2011/09/geo-location-on-wp7-dont-trust-first.html
You shouldn't trust the first value. See this article: http://awkwardcoder.blogspot.com/2011/09/geo-location-on-wp7-dont-trust-first.html