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
qgeocodingmanagerengineosm.cpp File Reference

(cd4db512ae08836f5fa1d746000052215cf70a9c)

#include "qgeocodingmanagerengineosm.h"
#include <QtCore/QVariantMap>
#include <QtCore/QUrl>
#include <QtCore/QUrlQuery>
#include <QtCore/QLocale>
#include <QtNetwork/QNetworkAccessManager>
#include <QtNetwork/QNetworkRequest>
#include <QtPositioning/QGeoCoordinate>
#include <QtPositioning/QGeoAddress>
#include <QtPositioning/QGeoShape>
#include <QtPositioning/QGeoRectangle>
#include "qgeocodereplyosm.h"
+ Include dependency graph for qgeocodingmanagerengineosm.cpp:

Go to the source code of this file.

Functions

static QT_BEGIN_NAMESPACE QString addressToQuery (const QGeoAddress &address)
 
static QString boundingBoxToLtrb (const QGeoRectangle &rect)
 

Function Documentation

◆ addressToQuery()

static QT_BEGIN_NAMESPACE QString addressToQuery ( const QGeoAddress & address)
static

Definition at line 21 of file qgeocodingmanagerengineosm.cpp.

References QStringLiteral.

◆ boundingBoxToLtrb()

static QString boundingBoxToLtrb ( const QGeoRectangle & rect)
static

Definition at line 30 of file qgeocodingmanagerengineosm.cpp.

References QString::number(), and rect.

+ Here is the call graph for this function: