Azazeel Lupin
Azazeel Lupin

Reputation: 157

Qt and Google Earth API

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.

Upvotes: 12

Views: 7178

Answers (2)

Jaime Ivan Cervantes
Jaime Ivan Cervantes

Reputation: 3697

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.

Upvotes: 0

S. M. Shahinul Islam
S. M. Shahinul Islam

Reputation: 2800

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.

Upvotes: 13

Related Questions