Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeorouteparserosrmv4.cpp139 return QGeoRouteParserOsrmV4::tr("Go straight."); in osrmInstructionText()
141 return QGeoRouteParserOsrmV4::tr("Go straight onto %1.").arg(wayname); in osrmInstructionText()
144 return QGeoRouteParserOsrmV4::tr("Turn slightly right."); in osrmInstructionText()
146 return QGeoRouteParserOsrmV4::tr("Turn slightly right onto %1.").arg(wayname); in osrmInstructionText()
149 return QGeoRouteParserOsrmV4::tr("Turn right."); in osrmInstructionText()
151 return QGeoRouteParserOsrmV4::tr("Turn right onto %1.").arg(wayname); in osrmInstructionText()
154 return QGeoRouteParserOsrmV4::tr("Make a sharp right."); in osrmInstructionText()
156 return QGeoRouteParserOsrmV4::tr("Make a sharp right onto %1.").arg(wayname); in osrmInstructionText()
159 return QGeoRouteParserOsrmV4::tr("When it is safe to do so, perform a U-turn."); in osrmInstructionText()
162 return QGeoRouteParserOsrmV4::tr("Make a sharp left."); in osrmInstructionText()
[all …]
H A Dqgeorouteparserosrmv4_p.h57 class Q_LOCATION_PRIVATE_EXPORT QGeoRouteParserOsrmV4 : public QGeoRouteParser
60 Q_DECLARE_PRIVATE(QGeoRouteParserOsrmV4)
63 QGeoRouteParserOsrmV4(QObject *parent = nullptr);
64 virtual ~QGeoRouteParserOsrmV4();
67 Q_DISABLE_COPY(QGeoRouteParserOsrmV4)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeoroutingmanagerengineosm.cpp67 m_routeParser = new QGeoRouteParserOsrmV4(this); in QGeoRoutingManagerEngineOsm()