Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qgeocodejsonparser.cpp File Reference

(cd4db512ae08836f5fa1d746000052215cf70a9c)

#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)