Use Google API in Qt application C++
-
wrote on 4 Apr 2017, 08:28 last edited by
Hello everyone!
I would like to have a Google maps section in my Qt application. I have a QGraphicsView and I want to put in it the map. I don't know if I can use it with c++ because all the examples that I found, works with android or web.
Can you help me with that??
Thank you!!
-
wrote on 4 Apr 2017, 09:44 last edited by mostefa 4 Apr 2017, 09:48
Hi @ivanicy
Maybe you can be interested with this post of ICS
http://www.ics.com/technologies/qt/qt-based-clients-google-apis
-
Hello everyone!
I would like to have a Google maps section in my Qt application. I have a QGraphicsView and I want to put in it the map. I don't know if I can use it with c++ because all the examples that I found, works with android or web.
Can you help me with that??
Thank you!!
@ivanicy Looks like there is no C++ API but Web Services: https://developers.google.com/maps/web-services/
-
Hi,
There's the GoogleMaps plugin for the Qt Location module.
1/4