Qt and Google Earth API
Asked Answered
P

2

12

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.

Piscator answered 16/3, 2012 at 16:27 Comment(0)
A
13

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.

Americaamerican answered 26/3, 2012 at 20:45 Comment(1)
Google Earth API was removed in 2015. No signs of use of Google Earth in Qt anymoreDiurnal
B
0

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.

Bethought answered 26/3, 2013 at 16:45 Comment(1)
Google Earth API is deprecated in 2015Diurnal

© 2022 - 2024 — McMap. All rights reserved.