Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroutingmanagerengine.cpp298 …eoRoutingManagerEngine::setSupportedSegmentDetails(QGeoRouteRequest::SegmentDetails segmentDetails) in setSupportedSegmentDetails() argument
300 d_ptr->supportedSegmentDetails = segmentDetails; in setSupportedSegmentDetails()
H A Dqgeoroutingmanagerengine.h84 void setSupportedSegmentDetails(QGeoRouteRequest::SegmentDetails segmentDetails);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutingmanagerengine_nokia.cpp97 QGeoRouteRequest::SegmentDetails segmentDetails; in QGeoRoutingManagerEngineNokia() local
98 segmentDetails |= QGeoRouteRequest::BasicSegmentData; in QGeoRoutingManagerEngineNokia()
99 setSupportedSegmentDetails(segmentDetails); in QGeoRoutingManagerEngineNokia()