Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeorouteparserosrmv4.cpp356 QJsonArray routeInstructions = object.value(QStringLiteral("route_instructions")).toArray(); in parseReply() local
358 … QGeoRoute route = constructRoute(routeGeometry, routeInstructions, routeSummary, trafficSide); in parseReply()