Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Duri_constants.h44 extern const QString ROUTING_HOST;
H A Duri_constants.cpp40 const QString ROUTING_HOST = QLatin1String("route.api.here.com"); variable
H A Dqgeoroutingmanagerengine_nokia.cpp57 …iProvider(new QGeoUriProvider(this, parameters, QStringLiteral("here.routing.host"), ROUTING_HOST)) in QGeoRoutingManagerEngineNokia()