Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeorouteparserosrmv4.cpp133 static QString osrmInstructionText(const QString &instructionCode, const QString &wayname) in osrmInstructionText() argument
138 if (wayname.isEmpty()) in osrmInstructionText()
141 return QGeoRouteParserOsrmV4::tr("Go straight onto %1.").arg(wayname); in osrmInstructionText()
143 if (wayname.isEmpty()) in osrmInstructionText()
146 return QGeoRouteParserOsrmV4::tr("Turn slightly right onto %1.").arg(wayname); in osrmInstructionText()
148 if (wayname.isEmpty()) in osrmInstructionText()
151 return QGeoRouteParserOsrmV4::tr("Turn right onto %1.").arg(wayname); in osrmInstructionText()
153 if (wayname.isEmpty()) in osrmInstructionText()
156 return QGeoRouteParserOsrmV4::tr("Make a sharp right onto %1.").arg(wayname); in osrmInstructionText()
161 if (wayname.isEmpty()) in osrmInstructionText()
[all …]