Qt and Google Earth API

隐身守侯 提交于 2019-12-22 03:16:31

问题


Is it possible to develop an application in Qt, using Google Earth?

For example, I want to show the earth (as in google earth) as a sphere via QtGL in my application.


回答1:


It is obvious that you can use google earth api with Qt. And I want to share a secret(!!!). Google earth is developed with Qt. :D

Here you can find some people discussing about google earth and Qt. Here is some anothe example.




回答2:


You could start by looking at the GE Api here. There is a discussion on embedding Google Earth in a Qt Window here.

If what you are trying to do is reinvent an application similar to Google Earth, then the process is much more complicated. As you mention you would have to render a 3D globe using the OpenGL widget. I don't really see why you would do that if you can just embed GE in your application.



来源:https://stackoverflow.com/questions/9740982/qt-and-google-earth-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!