Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeoroutejsonparser_esri.cpp76 static const QString kDirectionsFeaturesAttributesLengthKey(QStringLiteral("length")); variable
191 double length = attributes.value(kDirectionsFeaturesAttributesLengthKey).toDouble(); in parseDirection()