| QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
    | 
#include "qgsgooglemapsgeocoder.h"#include "qgsgeocodercontext.h"#include "qgslogger.h"#include "qgsnetworkaccessmanager.h"#include "qgsblockingnetworkrequest.h"#include "qgsreadwritelocker.h"#include "qgscoordinatetransform.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 31 of file qgsgooglemapsgeocoder.cpp.