4#ifndef QGEOCODEREPLYOSM_H
5#define QGEOCODEREPLYOSM_H
7#include <QtNetwork/QNetworkReply>
8#include <QtLocation/QGeoCodeReply>
9#include <QtLocation/private/qgeocodereply_p.h>
13class QGeoCodeReplyOsm :
public QGeoCodeReply
18 explicit QGeoCodeReplyOsm(QNetworkReply *reply,
bool includeExtraData =
false,
19 QObject *parent =
nullptr);
23 void networkReplyFinished();
24 void networkReplyError(QNetworkReply::NetworkError error);
27 bool m_includeExtraData =
false;
The QNetworkReply class contains the data and headers for a request sent with QNetworkAccessManager.
Combined button and popup list for selecting options.
static QGeoAddress parseAddressObject(const QJsonObject &object)
static void injectExtra(QGeoLocation &location, const QJsonObject &object)