如何计算qt mobile(symbian)中位置应用程序的距离?
如何通过 Qgeopositioninfo 给出的地理坐标计算 QT 中的距离? 如何获取 2 个坐标:现在和之前的坐标并进行计算?我的麻烦是:如何获取 2 个坐标:现在给出的坐标,之前给出的坐标,以及在计算后将现在设置为之前的坐标???
How can I calculate distance in QT by geocoordinates given by Qgeopositioninfo ?
How can I fetch 2 coordinates: now and previous, and calculate? My trouble is: how to fetch 2 coordinates: which is given now, and which was given previous, and after calculating set now as previous ???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 QGeoCooperative::distanceTo(QGeoCooperative) 返回以米为单位的值。
You can use QGeoCoordinate::distanceTo(QGeoCoordinate) that returns a value in meters.