You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I made simple project in Qt Creator with QML. The map is working, but Google doesn't see my api key activity. I have another project on JS with the same api key, which activity is being recognized by Google. I enabled all api's in my google maps account.
Hi. I made simple project in Qt Creator with QML. The map is working, but Google doesn't see my api key activity. I have another project on JS with the same api key, which activity is being recognized by Google. I enabled all api's in my google maps account.
Rectangle
{
width: 1024
height: 600
I rebuild plugin adding direct specifing of api key like this:
if (parameters.contains(QStringLiteral("googlemaps.places.apikey")))
m_apiKey = parameters.value(QStringLiteral("googlemaps.places.apikey")).toString().toLatin1();
else
m_apiKey = parameters.value(QStringLiteral("googlemaps.apikey")).toString().toLatin1();
m_apiKey = "AI.......................................................................mE";
I found 4 files where i can do it. I redeployed project and refreshed plugin library files in the project and Qt folders. Not working.
The text was updated successfully, but these errors were encountered: