Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroutingmanagerengine.cpp320 …outingManagerEngine::setSupportedManeuverDetails(QGeoRouteRequest::ManeuverDetails maneuverDetails) in setSupportedManeuverDetails() argument
322 d_ptr->supportedManeuverDetails = maneuverDetails; in setSupportedManeuverDetails()
H A Dqgeoroutingmanagerengine.h85 void setSupportedManeuverDetails(QGeoRouteRequest::ManeuverDetails maneuverDetails);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutingmanagerengine_nokia.cpp81 QGeoRouteRequest::ManeuverDetails maneuverDetails; in QGeoRoutingManagerEngineNokia() local
82 maneuverDetails |= QGeoRouteRequest::BasicManeuvers; in QGeoRoutingManagerEngineNokia()
83 setSupportedManeuverDetails(maneuverDetails); in QGeoRoutingManagerEngineNokia()