![]() |
Qt 6.x
The Qt SDK
|
#include "qgeocodejsonparser.h"#include <QtPositioning/QGeoShape>#include <QtPositioning/QGeoRectangle>#include <QtPositioning/QGeoAddress>#include <QtPositioning/QGeoCoordinate>#include <QtCore/QThreadPool>#include <QtCore/QJsonObject>#include <QtCore/QJsonArray>#include <QtCore/QJsonParseError>#include <QtCore/QVariantMap>#include <QtDebug>
Include dependency graph for qgeocodejsonparser.cpp:Go to the source code of this file.
Namespaces | |
| namespace | QT_BEGIN_NAMESPACE |
| Combined button and popup list for selecting options. | |
Functions | |
| bool | QT_BEGIN_NAMESPACE::checkLocation (const QJsonObject &loc, QString *errorString) |
| bool | QT_BEGIN_NAMESPACE::checkDocument (const QJsonDocument &doc, QString *errorString) |
| bool | QT_BEGIN_NAMESPACE::parseLocation (const QJsonObject &obj, const QGeoShape &bounds, QGeoLocation *loc) |
| void | QT_BEGIN_NAMESPACE::parseDocument (const QJsonDocument &doc, const QGeoShape &bounds, QList< QGeoLocation > *locs) |