Searched refs:geocodingFeatures (Results 1 – 6 of 6) sorted by relevance
265 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()
154 QCOMPARE(provider.geocodingFeatures(), codingFeatures); in tst_features()169 if (provider.geocodingFeatures() == QGeoServiceProvider::NoGeocodingFeatures) { in tst_features()
150 GeocodingFeatures geocodingFeatures() const;
308 QGeoServiceProvider::GeocodingFeatures QGeoServiceProvider::geocodingFeatures() const in geocodingFeatures() function in QGeoServiceProvider
86 QCOMPARE(qgeoserviceprovider->geocodingFeatures(), in loadGeocodingManager()
70 \l QGeoServiceProvider::geocodingFeatures() and \l QGeoServiceProvider::placesFeatures().