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
GeoRouteJsonParserEsri Class Reference

#include <georoutejsonparser_esri.h>

+ Collaboration diagram for GeoRouteJsonParserEsri:

Public Member Functions

 GeoRouteJsonParserEsri (const QJsonDocument &document)
 
QList< QGeoRouteroutes () const
 
bool isValid () const
 
QString errorString () const
 

Detailed Description

Definition at line 14 of file georoutejsonparser_esri.h.

Constructor & Destructor Documentation

◆ GeoRouteJsonParserEsri()

GeoRouteJsonParserEsri::GeoRouteJsonParserEsri ( const QJsonDocument & document)

Definition at line 52 of file georoutejsonparser_esri.cpp.

References QJsonObject::contains(), error, kErrorCodeKey, kErrorJson, kErrorKey, kErrorMessage(), kErrorMessageKey, QJsonValue::toObject(), and QJsonObject::value().

+ Here is the call graph for this function:

Member Function Documentation

◆ errorString()

QString GeoRouteJsonParserEsri::errorString ( ) const

Definition at line 85 of file georoutejsonparser_esri.cpp.

◆ isValid()

bool GeoRouteJsonParserEsri::isValid ( ) const

Definition at line 80 of file georoutejsonparser_esri.cpp.

References QString::isEmpty().

+ Here is the call graph for this function:

◆ routes()

QList< QGeoRoute > GeoRouteJsonParserEsri::routes ( ) const

Definition at line 75 of file georoutejsonparser_esri.cpp.

References QMap< Key, T >::values().

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: