Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutingmanagerengine_nokia.cpp402 QStringList legAttributes; in routeRequestString() local
406 legAttributes.append("links"); in routeRequestString()
411 legAttributes.append("maneuvers"); in routeRequestString()
420 if (legAttributes.count() > 0) { in routeRequestString()
422 requestString += legAttributes.join(","); in routeRequestString()