|
QGIS API Documentation 3.99.0-Master (26c88405ac0)
|
#include "qgsgooglemapsgeocoder.h"#include "qgsblockingnetworkrequest.h"#include "qgscoordinatetransform.h"#include "qgsgeocodercontext.h"#include "qgslogger.h"#include "qgsnetworkaccessmanager.h"#include "qgsreadwritelocker.h"#include "qgssetrequestinitiator_p.h"#include <QCryptographicHash>#include <QJsonDocument>#include <QJsonObject>#include <QNetworkRequest>#include <QUrl>#include <QUrlQuery>
Go to the source code of this file.
Typedefs | |
| typedef QMap< QUrl, QList< QgsGeocoderResult > > | CachedGeocodeResult |
| typedef QMap< QUrl, QList< QgsGeocoderResult > > CachedGeocodeResult |
Definition at line 35 of file qgsgooglemapsgeocoder.cpp.