点击Qt小部件中嵌入的Google地图后如何获取GPS坐标?

发布于 2024-11-07 00:23:42 字数 963 浏览 1 评论 0 原文

我已经找到了将 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

I have already found the ways to embed the Google maps in the Qt widgets.

Now the next task is to get the GPS coordinates when I click on the map image in the Qt widget.

I looked up this thread: Google map coordinates info window on click

The solution shown there is in Javascript.

I am working in Qt. So, I looked up this: http://doc.qt.nokia.com/qtmobility-1.2.0-beta1/qgeosearchmanager.html

Does QGeoSearchManager api produce the GPS coordinates of the location where the mouse clicked on the widget (containing the map)? I couldn't find, how?

Found these link: Will they be helpful in a way?

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我们的影子 2024-11-14 00:23:42

我在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文