![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/QString>
#include <QtCore/QJsonObject>
#include <QtPositioning/QGeoLocation>
Go to the source code of this file.
Classes | |
class | QMapboxCommon |
Variables | |
static QT_BEGIN_NAMESPACE const QString | mapboxTilesApiPath = QStringLiteral("http://api.tiles.mapbox.com/v4/") |
static const QString | mapboxGeocodingApiPath = QStringLiteral("https://api.mapbox.com/geocoding/v5/mapbox.places/") |
static const QString | mapboxGeocodingEnterpriseApiPath = QStringLiteral("https://api.mapbox.com/geocoding/v5/mapbox.places-permanent/") |
static const QString | mapboxDirectionsApiPath = QStringLiteral("https://api.mapbox.com/directions/v5/mapbox/") |
static const QByteArray | mapboxDefaultUserAgent = QByteArrayLiteral("Qt Location based application") |
static const qreal | mapboxDefaultRadius = 50000 |
|
static |
Definition at line 24 of file qmapboxcommon.h.
|
static |
Definition at line 22 of file qmapboxcommon.h.
|
static |
Definition at line 20 of file qmapboxcommon.h.
|
static |
Definition at line 16 of file qmapboxcommon.h.
|
static |
Definition at line 17 of file qmapboxcommon.h.
|
static |
Definition at line 13 of file qmapboxcommon.h.