| QGIS API Documentation
    3.18.1-Zürich (202f1bf7e5)
    | 
#include "qgsgooglemapsgeocoder.h"#include "qgsgeocodercontext.h"#include "qgslogger.h"#include "qgsnetworkaccessmanager.h"#include "qgsblockingnetworkrequest.h"#include "qgsreadwritelocker.h"#include <QUrl>#include <QUrlQuery>#include <QNetworkRequest>#include <QJsonDocument>#include <QJsonObject>
Go to the source code of this file.
| Typedefs | |
| typedef QMap< QUrl, QList< QgsGeocoderResult > > | CachedGeocodeResult | 
| typedef QMap< QUrl, QList< QgsGeocoderResult > > CachedGeocodeResult | 
Definition at line 30 of file qgsgooglemapsgeocoder.cpp.