Home
last modified time | relevance | path

Searched refs:supportsGeocoding (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_plugin.qml70 verify(!(invalidPlugin.supportsGeocoding()))
77 verify(testPlugin.supportsGeocoding())
85 verify(herePlugin.supportsGeocoding(Plugin.OnlineGeocodingFeature))
99 verify(invalidPlugin.supportsGeocoding())
106 verify(invalidPlugin.supportsGeocoding(Plugin.OnlineGeocodingFeature))
112 verify(!invalidPlugin.supportsGeocoding())
122 verify(requiredPlugin.supportsGeocoding(requiredPlugin.required.geocoding))
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/menus/
H A DMainMenu.qml118 if (map.plugin.supportsGeocoding(Plugin.ReverseGeocodingFeature)) {
121 if (map.plugin.supportsGeocoding()) {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoserviceprovider_p.h178 … Q_INVOKABLE bool supportsGeocoding(const GeocodingFeatures &feature = AnyGeocodingFeatures) const;
H A Dqdeclarativegeoserviceprovider.cpp259 bool QDeclarativeGeoServiceProvider::supportsGeocoding(const GeocodingFeatures &feature) const in supportsGeocoding() function in QDeclarativeGeoServiceProvider
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes1147 name: "supportsGeocoding"
1151 Method { name: "supportsGeocoding"; type: "bool" }