Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qgeoroutereplyohosmapkit.cpp File Reference

(0e69850e51d9c8aacbf5bfc37f5f085f5e48f0cb)

#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>
Include dependency graph for qgeoroutereplyohosmapkit.cpp:

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< QGeoCoordinateQT_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< QGeoRouteQT_BEGIN_NAMESPACE::parseRouteResponse (const QJsonObject &responseBodyJsonObj)
QGeoRouteReplymakeQGeoRouteReplyOhosMapKit (QNetworkReply *reply, const QGeoRouteRequest &request, QObject *parent)

Variables

QHash< QString, QGeoManeuver::InstructionDirectionQT_BEGIN_NAMESPACE::actionsToDirectionsMap

Function Documentation

◆ makeQGeoRouteReplyOhosMapKit()

QGeoRouteReply * makeQGeoRouteReplyOhosMapKit ( QNetworkReply * reply,
const QGeoRouteRequest & request,
QObject * parent )

Definition at line 196 of file qgeoroutereplyohosmapkit.cpp.