Searched refs:QGeoRouteParserOsrmV4 (Results 1 – 3 of 3) sorted by relevance
139 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 …]
57 class Q_LOCATION_PRIVATE_EXPORT QGeoRouteParserOsrmV4 : public QGeoRouteParser60 Q_DECLARE_PRIVATE(QGeoRouteParserOsrmV4)63 QGeoRouteParserOsrmV4(QObject *parent = nullptr);64 virtual ~QGeoRouteParserOsrmV4();67 Q_DISABLE_COPY(QGeoRouteParserOsrmV4)
67 m_routeParser = new QGeoRouteParserOsrmV4(this); in QGeoRoutingManagerEngineOsm()