Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoserviceprovider.cpp265 return (sp && (sp->geocodingFeatures() != QGeoServiceProvider::NoGeocodingFeatures)); in supportsGeocoding()
267 return (sp && (sp->geocodingFeatures() & f) == f); in supportsGeocoding()
825 if (provider->geocodingFeatures() == QGeoServiceProvider::NoGeocodingFeatures) in matches()
828 if ((provider->geocodingFeatures() & geocoding) != geocoding) in matches()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoserviceprovider/
H A Dtst_qgeoserviceprovider.cpp154 QCOMPARE(provider.geocodingFeatures(), codingFeatures); in tst_features()
169 if (provider.geocodingFeatures() == QGeoServiceProvider::NoGeocodingFeatures) { in tst_features()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoserviceprovider.h150 GeocodingFeatures geocodingFeatures() const;
H A Dqgeoserviceprovider.cpp308 QGeoServiceProvider::GeocodingFeatures QGeoServiceProvider::geocodingFeatures() const in geocodingFeatures() function in QGeoServiceProvider
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodingmanager/
H A Dtst_qgeocodingmanager.cpp86 QCOMPARE(qgeoserviceprovider->geocodingFeatures(), in loadGeocodingManager()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dqtlocation-geoservices.qdoc70 \l QGeoServiceProvider::geocodingFeatures() and \l QGeoServiceProvider::placesFeatures().