Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoserviceprovider.cpp449 return (sp && (sp->navigationFeatures() != QGeoServiceProvider::NoNavigationFeatures)); in supportsNavigation()
451 return (sp && (sp->navigationFeatures() & f) == f); in supportsNavigation()
847 if (provider->navigationFeatures() == QGeoServiceProvider::NoNavigationFeatures) in matches()
850 if ((provider->navigationFeatures() & navigation) != navigation) in matches()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoserviceprovider.h153 NavigationFeatures navigationFeatures() const;
H A Dqgeoserviceprovider.cpp334 QGeoServiceProvider::NavigationFeatures QGeoServiceProvider::navigationFeatures() const in navigationFeatures() function in QGeoServiceProvider