5#ifndef QGEOCODEREPLYOSM_H
6#define QGEOCODEREPLYOSM_H
8#include <QtNetwork/QNetworkReply>
9#include <QtLocation/QGeoCodeReply>
10#include <QtLocation/private/qgeocodereply_p.h>
14class QGeoCodeReplyOsm :
public QGeoCodeReply
19 explicit QGeoCodeReplyOsm(QNetworkReply *reply,
bool includeExtraData =
false,
20 QObject *parent =
nullptr);
24 void networkReplyFinished();
25 void networkReplyError(QNetworkReply::NetworkError error);
28 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)