Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeorouteparserosrmv5.cpp652 QString laneInstruction; in instructionUseLane() local
655 laneInstruction = QLatin1String("Keep right"); in instructionUseLane()
657 laneInstruction = QLatin1String("Keep left"); in instructionUseLane()
659 laneInstruction = QLatin1String("Use the middle lane"); in instructionUseLane()
661 laneInstruction = QLatin1String("Use the left or the right lane"); in instructionUseLane()
663 if (laneInstruction.isEmpty()) { in instructionUseLane()
674 return laneInstruction + QGeoRouteParserOsrmV5::tr(" and continue straight"); in instructionUseLane()
676 … return laneInstruction + QGeoRouteParserOsrmV5::tr(" and continue straight onto %1").arg(wayName); in instructionUseLane()
679 return laneInstruction + QGeoRouteParserOsrmV5::tr(" and make a sharp left"); in instructionUseLane()
681 … return laneInstruction + QGeoRouteParserOsrmV5::tr(" and make a sharp left onto %1").arg(wayName); in instructionUseLane()
[all …]