如何将纬度和经度转换为世界坐标à谷歌地图

发布于 2024-09-06 12:54:22 字数 148 浏览 7 评论 0原文

我正在用 C++ 设计一个应用程序来查看和编辑虚构星球的地图。它的工作原理与谷歌地图类似。我希望用户能够在 GUI 上看到他们当前的纬度/经度位置和世界坐标。

如何将纬度和经度值转换为“世界坐标”并返回,就像在 Google 地图中一样?或者到“像素坐标”然后返回?

I am designing an application in C++ to view and edit a map of a fictional planet. How it works will be similar to Google Maps. I would like the user to be able to see their current position in latitude/longitude and world coordinates on the GUI.

How can I convert a latitude and longitude values to "world coordinates" and back, as in Google Maps? or to "pixel coordinates" and back?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

毁我热情 2024-09-13 12:54:22

我找到了我的问题的答案。不同坐标系之间的转换公式可以在 Google Maps API 网站上的本示例的源代码中找到: http://code.google.com/apis/maps/documentation/javascript/examples/map-coordinates.html

I found the answer to my question. The formulas for converting between the different coordinate systems can be found in the source code of this example on the Google Maps API website: http://code.google.com/apis/maps/documentation/javascript/examples/map-coordinates.html

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