Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeorouteparserosrmv5.cpp104 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 …]
H A Dqgeorouteparserosrmv5_p.h73 class Q_LOCATION_PRIVATE_EXPORT QGeoRouteParserOsrmV5 : public QGeoRouteParser
76 Q_DECLARE_PRIVATE(QGeoRouteParserOsrmV5)
79 QGeoRouteParserOsrmV5(QObject *parent = nullptr);
80 virtual ~QGeoRouteParserOsrmV5();
85 Q_DISABLE_COPY(QGeoRouteParserOsrmV5)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeoroutingmanagerenginemapbox.cpp239 QGeoRouteParserOsrmV5 *parser = new QGeoRouteParserOsrmV5(this); in QGeoRoutingManagerEngineMapbox()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeoroutingmanagerengineosm.cpp69 m_routeParser = new QGeoRouteParserOsrmV5(this); in QGeoRoutingManagerEngineOsm()