Google 地球与 Google 地图 API v3 集成了吗?

发布于 2024-09-05 19:06:17 字数 215 浏览 7 评论 0 原文

我正在尝试将 Google 地球集成到 Google 地图中,我看到它是 。 但我找不到任何关于如何使用 v3 执行此操作的文档。

I'm trying to integrate Google Earth into Google Maps, and I saw it was possible in v2.
But I can't find any doc about how to do so with v3.

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

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

发布评论

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

评论(4

飘过的浮云 2024-09-12 19:06:17

不幸的是,这尚未在 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.

昇り龍 2024-09-12 19:06:17

这是我的产品:https://github.com/myshen/google-maps -v3-地球地图类型

它不是来自 Google,但它确实做了更多开箱即用的功能:

  • 除了标记之外,还链接多边形、矩形、圆形、kml。
  • 链接鼠标事件(单击、拖动、移过、移出)。

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:

  • Links polygons, rectangles, circles, kml, in addition to markers.
  • Links mouse events (click, drag, over, out).
妄想挽回 2024-09-12 19:06:17

我一直在尝试将 [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).

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