Google 地球与 Google 地图 API v3 集成了吗?
我正在尝试将 Google 地球集成到 Google 地图中,我看到它是 。 但我找不到任何关于如何使用 v3 执行此操作的文档。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我正在尝试将 Google 地球集成到 Google 地图中,我看到它是 。 但我找不到任何关于如何使用 v3 执行此操作的文档。
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
不幸的是,这尚未在 Google Maps API v3 中实现,请参阅相应的 门票。
请注意,门票的星星越多,处理得越早。
Unfortunately, this is not yet implemented in Google Maps API v3, see the corresponding ticket.
Please note, the more stars a ticket has, the sooner it will be taken care of.
请注意,现在有一个非官方库,位于 http://code .google.com/p/google-maps-utility-library-v3/(位于http://google-maps-utility-library-v3.googlecode.com/svn/trunk/googleearth/)
Just a note that there is now an unofficial library at http://code.google.com/p/google-maps-utility-library-v3/ (trunk at http://google-maps-utility-library-v3.googlecode.com/svn/trunk/googleearth/)
这是我的产品:https://github.com/myshen/google-maps -v3-地球地图类型。
它不是来自 Google,但它确实做了更多开箱即用的功能:
Here's my offering: https://github.com/myshen/google-maps-v3-earth-map-type.
It's not from Google but it does do a little more out of the box:
我一直在尝试将 [jlivni] 的代码移植到 OpenLayers 并为此设置了一个 GitHub 项目 (1)。
现在您可以看到一个演示,一侧是 Google 地图,另一侧是 Google 地球:
http://ziglionz.github.com/GoogleEarth-for-OpenLayers/ol.html
目前,该库仅支持无样式地标,但支持其他功能应该不会太难。
该演示还展示了 OpenLayers 的时间线,它是另一个项目的一部分 (2)。
I've been trying to port [jlivni]'s code to OpenLayers and have setup a GitHub project for that (1).
Now you can see a demo with Google Maps on one side and Google Earth on the other side:
http://ziglionz.github.com/GoogleEarth-for-OpenLayers/ol.html
Currently the library supports only unstyled placemarks but it shouldn't be too hard to support other features.
The demo also sports a timeline for OpenLayers, that's part of another project (2).