Google API integration
-
Hi,
I have been searching for a way to have a map in my Qt app and I came across the google api but I don't seem to find a tutorial on how to integrate it into the Qt app. Only how the google api could be used in websites was what I was able to find.
Can some one please direct me on how this could be done? Also, is the google api the only way to include a map in Qt?
I just have addresses that I need to pinpoint on the map.
-
@WhatIf
easiest would be to open a web view widget and display the map url there. -
I created a a web view widget but ran through a problem:
qt.network.ssl: QSslSocket: cannot call unresolved function SSLv23_client_method
qt.network.ssl: QSslSocket: cannot call unresolved function SSL_CTX_new
qt.network.ssl: QSslSocket: cannot call unresolved function SSL_library_init
qt.network.ssl: QSslSocket: cannot call unresolved function ERR_get_error
qt.network.ssl: QSslSocket: cannot call unresolved function ERR_get_errorI'm using Windows 7
-
Hi,
Wouldn't the QtLocation module fit your needs ?
-
@WhatIf
Regarding your errors:
Are you missing the OpenSSL dlls?