如何开发 Google Earth 插件?
我想知道开始为 Google 地球开发插件/插件的任何资源或起点。我不是谈论使用 Google Earth API 进行应用程序开发。相反,我想为 GE 创建插件/插件,例如飞行模拟器导游等。
非常感谢!
i'd like to know any resources or any starting point to start developing addons/plugins for Google earth. i am not talking about application development using Google earth API. instead i want to create addons/plugins for GE such as flight simulator tour guides etc..
Thank you very much !!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
COM API 已被弃用,因此您可以通过创建 KML 内容(包括强大的 Tours)或使用插件来控制 Google 地球中的用户体验。
您能否更具体地举例说明您正在尝试完成但使用该插件无法完成的任务?
The COM API has been deprecated, and so the ways you can control the user experience in Google Earth are by either creating KML content (including robust Tours), or by using the plugin.
Can you be more specific with an example of what you are trying to accomplish that cannot be done using the plugin?
如果您正在谈论扩展完整的 Google 地球应用程序,那么您就不走运了。
您可以使用已弃用的 COM API 来制作自己的应用程序,该应用程序使用完整的 Google Earth - 但这并不是非常可取的。
我知道你说你不是在谈论使用 Google Earth API 的应用程序开发 - 但这几乎是获得你想要的东西的方法 - 即支持多点触控的 Google Earth 实现。
真的,我没有看到任何其他方法,抱歉。
If you are talking about extending the full Google Earth Application then you are out of luck.
You can use the depreciated COM API to make your own application that uses the full Google Earth - but this is not very advisable.
I realise that you said you are ot talking about application development using Google earth API - but that is pretty much the way to get what you desire - i.e. A Google Earth implementation that supports multi-touch.
Really I don't see any other way, sorry.