I'm building a flight simulator in Qt, and I would like to display a satellite view on the floor. I saw that satellite views were accessible with QtLocation.
Is there a way to extract a picture from this plugin (giving center or corner coordinates and zoom level) so that I can use it to texture a fixed size plane?
For the moment, my code is full C++ (no qml), so if there is a way to do it that way, I'll be happy. But if the easiest solution is to switch my scene to qml, I can do that.
By the way, the source I plan to use is "World Imagery" from "esri", so perhaps there is a solution without QtLocation, I have no idea of what will be the simplest.
Thanks in advance !