![]() |
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/qjsondocument.h>#include <QtCore/qjsonobject.h>#include <QtCore/qjsonarray.h>#include <QtCore/qmetaobject.h>#include <QtLocation/private/qgeorouteparser_p.h>#include <QtLocation/private/qgeoroute_p.h>#include <QtLocation/qgeoroutesegment.h>#include <QtLocation/qgeomaneuver.h>#include <qgeoroutereplyohosmapkit.h>#include <qgeoroutingmanagerengineohosmapkit.h>#include <qohosmapkitcommon.h>Go to the source code of this file.
Classes | |
| class | QT_BEGIN_NAMESPACE::QGeoRouteReplyOhosMapKit |
Namespaces | |
| namespace | QT_BEGIN_NAMESPACE |
| Combined button and popup list for selecting options. | |
Functions | |
| QList< QGeoCoordinate > | QT_BEGIN_NAMESPACE::parsePolyline (const QJsonArray &polyArray) |
| QGeoManeuver | QT_BEGIN_NAMESPACE::parseManeuver (const QJsonObject &stepObj) |
| QGeoRouteSegment | QT_BEGIN_NAMESPACE::parseStep (const QJsonObject &stepObj) |
| QGeoRoute | QT_BEGIN_NAMESPACE::parseRoute (const QJsonObject &routeObj) |
| QList< QGeoRoute > | QT_BEGIN_NAMESPACE::parseRouteResponse (const QJsonObject &responseBodyJsonObj) |
| QGeoRouteReply * | makeQGeoRouteReplyOhosMapKit (QNetworkReply *reply, const QGeoRouteRequest &request, QObject *parent) |
Variables | |
| QHash< QString, QGeoManeuver::InstructionDirection > | QT_BEGIN_NAMESPACE::actionsToDirectionsMap |
| QGeoRouteReply * makeQGeoRouteReplyOhosMapKit | ( | QNetworkReply * | reply, |
| const QGeoRouteRequest & | request, | ||
| QObject * | parent ) |
Definition at line 196 of file qgeoroutereplyohosmapkit.cpp.