问题标签 [google-earth]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
3412 浏览

google-maps - How do I remove 'Earth' button from Google Maps?

I'm using the Google Maps generator to create a few maps for a client. The maps embeded on the site are a bit small (255x176), so map real state is crucial. I've already removed the balloon, but can't find a way to remove the "Earth" view button from it (all newly generated maps come with it now, 4 views in total).

The annoying part is that the "Earth" view requires a Google Earth plugin to be used anyway, something the client could live without - me too.

Any advices there? Feedback will be greatly appreciated!

Cheers, Wallace

0 投票
2 回答
2556 浏览

plugins - 如何为 Google 地球开发插件?

我想知道开始为 Google 地球开发插件/插件的任何资源或起点。我不是在谈论使用 Google 地球 API 进行应用程序开发。相反,我想为 GE 创建插件/插件,例如飞行模拟器导游等。

非常感谢 !!

0 投票
1 回答
2988 浏览

certificate - 如何将证书放入 Google 地球?

通过实验,我发现我可以使用 Google 地球连接到需要证书的服务。但是,我不知道如何让 Google 地球实际使用证书。弹出的对话框没有“添加证书”选项。

任何人都知道如何为 Google Earth 提供用于连接服务器的证书?

0 投票
2 回答
1276 浏览

iphone - 任何可能的方式来为 iphone 开发 3d 地球地图应用程序?

我需要开发一个类似于虚拟地球或谷歌地球的 iPhone 3d 地图应用程序。该应用程序将在 3D 地图上方叠加图像,例如云或位置图钉。有人对此有任何想法吗?

问候

编辑:这次尝试使短语不模糊:

据我所知,任何 iOS 设备都不支持 google earth 和 microsoft virtual earth api (3d)。我不想使用OpenGL ES从头开始重做所有事情,这是在具有硬件加速的iOS设备中进行3d的唯一方法,我想开发一个具有已建立地图服务的地图应用程序,例如谷歌地图。但是,地图将是 3d 的。

当然,我可以使用 openGL ES 制作一个简单的 3d 地球,其核心地理位置类似于 live earth HD,但我尽量避免这种情况。

0 投票
1 回答
939 浏览

apache-flex - 用于 Flex/Flash 的 Google 地球 API

谷歌地球有没有像 Map API 这样的 Flash/Flex API?我还没有在 Google 地球 API 官方页面中看到 API。或者有什么方法可以将其 javascript API 的所有功能与 actionscript/flex 一起使用

谢谢 !

0 投票
2 回答
1519 浏览

google-maps - 适用于低带宽用户的 Google 地球与 Google 地图

我正准备开发一个地图应用程序,将半透明的平铺图像放置在海洋上,以显示通过算法传递的卫星数据的每周输出。在使用自定义 Javascript 之前,我曾使用 Maps 放置地标,并创建/修改了简单的 KML 文件。我的一些用户建议他们使用大约 256Kbit 的低带宽连接(即太平洋岛屿)。

对于这些人来说,哪个会提供更好的性能?我想 GE 作为一个胖客户端通常会响应更快,而且我听说可以缓存一些数据,但我也认为 Google Maps 可能针对性能进行了高度优化,并且显然是一个瘦(浏览器)客户端。

0 投票
1 回答
801 浏览

c# - Google Earth API 获取相机的绝对位置

对于学校的一个项目,我需要拥有相机的绝对位置。

我将相机设置为倾斜 90 度,使其看起来像第一人称视角,然后我需要计算相机之间和另一点之间的距离。

但是当我使用谷歌地球 API 时,相机的纬度和经度来自焦点,而不是来自绝对相机位置。

是否有其他方法可以读出这些参数,或者我应该使用 Range 和 Tilt 向后计算?

谢谢!

0 投票
3 回答
10011 浏览

android - Google Earth API for Android

I want to ask if Google Earth API is avaialble for developing android application. If google earth api is not available for android, are there any map api which can be used off network on android?

0 投票
1 回答
662 浏览

javascript - 如何将 Google 地球功能集成到 Flex 中?

我已经使用ExternalInterface.call("javascriptMethodName")方法成功地将 Google 地球与 Flex 集成,并在嵌入 swf 文件的 html 文件中编写了 javascript 内容。它成功运行并加载了 Google 地球。

这是该 html 文件的片段,但是当我在 html 文件中添加类似内容时:

地球不加载。任何人都可以建议如何克服这个问题。

谢谢 !!

0 投票
1 回答
3588 浏览

extract - 如何从 Google 地球中检索 3D 模型?

我想从 Google 地球中检索某个区域的所有 3D 模型。如何做到这一点?