Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeoroutingmanagerenginemapbox.cpp64 bool m_useMapboxTextInstructions = false; member in QGeoRouteParserOsrmV5ExtensionMapbox
68 …: QGeoRouteParserOsrmV5Extension(), m_accessToken(accessToken), m_useMapboxTextInstructions(useMap… in QGeoRouteParserOsrmV5ExtensionMapbox()
201 if (m_useMapboxTextInstructions && maneuver.value(QLatin1String("instruction")).isString()) { in updateSegment()