Google Maps satellite view with c++
-
Hi guys,
I have a simple program that needs to display google maps satellite view.
I have seen in this topic ( https://forum.qt.io/topic/74115/webengine-example-fail-with-unknown-module-s-in-qt-webengine/10 ) that you need Visual Studio to get the QtWebEngine working properly. Since I don't want to use Visual Studio and I don't know really well QML, are there any other option or workaround to visualize Google Maps using c++?
thanks in advance for the help.
-
@davidesalvetti You don't have to use Visua Studio - you only need the Microsoft C++ compiler. You can use it in QtCreator. Just install either Visual Studio or Build Tools for Visual Studio (https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017) and Qt for the Visual Studio version you installed.
-
Thanks for the answer, now I will try that.
I have another question for you, do you know if the same thing could be done on Mac?
-
@davidesalvetti These are requirements for QtWebEngine on MacOS: https://doc.qt.io/qt-5.10/qtwebengine-platform-notes.html#macos