点击Qt小部件中嵌入的Google地图后如何获取GPS坐标?
我已经找到了将 Google 地图嵌入到 Qt 小部件中的方法。
现在,下一个任务是当我单击 Qt 小部件中的地图图像时获取 GPS 坐标。
我查找了此帖子:点击时的 Google 地图坐标信息窗口
显示的解决方案是用 Javascript 编写的。
我在 Qt 工作。所以,我查了一下: http://doc.qt .nokia.com/qtmobility-1.2.0-beta1/qgeosearchmanager.html
QGeoSearchManager api 是否会生成鼠标在小部件(包含地图)上单击的位置的 GPS 坐标?我没找到,怎么办?
找到这些链接:它们会在某种程度上有帮助吗?
http://doc.qt.nokia.com/ qtmobility-1.2.0-beta1/qml-position.html
http://doc.qt.nokia.com/qtmobility-1.2.0-beta1/qml-positionsource.html
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 QtCentre 论坛上提出了同样的问题,那里的人给了我一个名为“QGraphicsGeoMap”。标题为“screenPositionToCooperative”的函数看起来很有前途。
I had put the same question on the QtCentre foras, and the people there gave me a link to the Qt class named "QGraphicsGeoMap". The function there titled "screenPositionToCoordinate" looks promising.