Qt and Google Earth API

2019-04-20 10:39发布

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.

2条回答
来,给爷笑一个
2楼-- · 2019-04-20 11:03

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.

查看更多
欢心
3楼-- · 2019-04-20 11:07

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.

查看更多
登录 后发表回答