![]() |
Qt 6.x
The Qt SDK
|
#include "qgeoroutingmanagerenginemapbox.h"
#include "qgeoroutereplymapbox.h"
#include "qmapboxcommon.h"
#include <QtLocation/private/qgeorouteparserosrmv5_p.h>
#include <QtLocation/qgeoroutesegment.h>
#include <QtLocation/qgeomaneuver.h>
#include <QtCore/QJsonDocument>
#include <QtCore/QJsonObject>
#include <QtCore/QJsonArray>
#include <QtCore/QUrlQuery>
#include <QtCore/QDebug>
Go to the source code of this file.
Classes | |
class | QGeoRouteParserOsrmV5ExtensionMapbox |
Functions | |
static QVariantMap | parseMapboxVoiceInstruction (const QJsonObject &voiceInstruction) |
static QVariantList | parseMapboxVoiceInstructions (const QJsonArray &voiceInstructions) |
static QVariantMap | parseMapboxBannerComponent (const QJsonObject &bannerComponent) |
static QVariantList | parseMapboxBannerComponents (const QJsonArray &bannerComponents) |
static QVariantMap | parseMapboxBanner (const QJsonObject &banner) |
static QVariantMap | parseMapboxBannerInstruction (const QJsonObject &bannerInstruction) |
static QVariantList | parseMapboxBannerInstructions (const QJsonArray &bannerInstructions) |
|
static |
Definition at line 107 of file qgeoroutingmanagerenginemapbox.cpp.
References QMap< Key, T >::insert(), map, parseMapboxBannerComponents(), toDouble(), toString(), and QJsonObject::value().
Referenced by parseMapboxBannerInstruction().
|
static |
Definition at line 78 of file qgeoroutingmanagerenginemapbox.cpp.
References QMap< Key, T >::insert(), map, toInt(), toString(), and QJsonObject::value().
Referenced by parseMapboxBannerComponents().
|
static |
Definition at line 97 of file qgeoroutingmanagerenginemapbox.cpp.
References list, and parseMapboxBannerComponent().
Referenced by parseMapboxBanner().
|
static |
Definition at line 132 of file qgeoroutingmanagerenginemapbox.cpp.
References QMap< Key, T >::insert(), map, parseMapboxBanner(), toDouble(), and QJsonObject::value().
Referenced by parseMapboxBannerInstructions().
|
static |
Definition at line 151 of file qgeoroutingmanagerenginemapbox.cpp.
References list, and parseMapboxBannerInstruction().
Referenced by QGeoRouteParserOsrmV5ExtensionMapbox::updateSegment().
|
static |
Definition at line 52 of file qgeoroutingmanagerenginemapbox.cpp.
References QMap< Key, T >::insert(), map, toDouble(), toString(), and QJsonObject::value().
Referenced by parseMapboxVoiceInstructions().
|
static |
Definition at line 68 of file qgeoroutingmanagerenginemapbox.cpp.
References list, and parseMapboxVoiceInstruction().
Referenced by QGeoRouteParserOsrmV5ExtensionMapbox::updateSegment().