Home
last modified time | relevance | path

Searched refs:kRoutesFeaturesAttributesKey (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeoroutejsonparser_esri.cpp82 static const QString kRoutesFeaturesAttributesKey(QStringLiteral("attributes")); variable
224 QJsonObject attributes = route.value(kRoutesFeaturesAttributesKey).toObject(); in parseRoute()