Searched refs:QGeoRouteParserOsrmV5 (Results 1 – 4 of 4) sorted by relevance
104 return QGeoRouteParserOsrmV5::tr("North"); in cardinalDirection4()106 return QGeoRouteParserOsrmV5::tr("East"); in cardinalDirection4()108 return QGeoRouteParserOsrmV5::tr("South"); in cardinalDirection4()110 return QGeoRouteParserOsrmV5::tr("West"); in cardinalDirection4()123 ordinals.append(QGeoRouteParserOsrmV5::tr("first", "roundabout exit")); in exitOrdinal()124 ordinals.append(QGeoRouteParserOsrmV5::tr("second", "roundabout exit")); in exitOrdinal()125 ordinals.append(QGeoRouteParserOsrmV5::tr("third", "roundabout exit")); in exitOrdinal()126 ordinals.append(QGeoRouteParserOsrmV5::tr("fourth", "roundabout exit")); in exitOrdinal()127 ordinals.append(QGeoRouteParserOsrmV5::tr("fifth", "roundabout exit")); in exitOrdinal()128 ordinals.append(QGeoRouteParserOsrmV5::tr("sixth", "roundabout exit")); in exitOrdinal()[all …]
73 class Q_LOCATION_PRIVATE_EXPORT QGeoRouteParserOsrmV5 : public QGeoRouteParser76 Q_DECLARE_PRIVATE(QGeoRouteParserOsrmV5)79 QGeoRouteParserOsrmV5(QObject *parent = nullptr);80 virtual ~QGeoRouteParserOsrmV5();85 Q_DISABLE_COPY(QGeoRouteParserOsrmV5)
239 QGeoRouteParserOsrmV5 *parser = new QGeoRouteParserOsrmV5(this); in QGeoRoutingManagerEngineMapbox()
69 m_routeParser = new QGeoRouteParserOsrmV5(this); in QGeoRoutingManagerEngineOsm()