| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeocodingmanager.cpp | 171 QGeoCodeReply *QGeoCodingManager::geocode(const QGeoAddress &address, const QGeoShape &bounds) in geocode() function in QGeoCodingManager 173 return d_ptr->engine->geocode(address, bounds); in geocode() 247 QGeoCodeReply *QGeoCodingManager::geocode(const QString &address, in geocode() function in QGeoCodingManager 252 QGeoCodeReply *reply = d_ptr->engine->geocode(address, in geocode()
|
| H A D | qgeocodingmanager.h | 63 QGeoCodeReply *geocode(const QGeoAddress &address, 65 QGeoCodeReply *geocode(const QString &searchString,
|
| H A D | qgeocodingmanagerengine.h | 60 virtual QGeoCodeReply *geocode(const QGeoAddress &address, const QGeoShape &bounds); 61 virtual QGeoCodeReply *geocode(const QString &address,
|
| H A D | qgeocodingmanagerengine.cpp | 174 QGeoCodeReply *QGeoCodingManagerEngine::geocode(const QGeoAddress &address, in geocode() function in QGeoCodingManagerEngine 257 QGeoCodeReply *QGeoCodingManagerEngine::geocode(const QString &address, in geocode() function in QGeoCodingManagerEngine
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qgeocodingmanagerengine_nokia.h | 62 QGeoCodeReply *geocode(const QGeoAddress &address, 67 QGeoCodeReply *geocode(const QString &searchString, 78 …QGeoCodeReply *geocode(QString requestString, const QGeoShape &bounds, bool manualBoundsRequired =…
|
| H A D | qgeocodingmanagerengine_nokia.cpp | 100 QGeoCodeReply *QGeoCodingManagerEngineNokia::geocode(const QGeoAddress &address, in geocode() function in QGeoCodingManagerEngineNokia 182 return geocode(requestString, bounds, manualBoundsRequired); in geocode() 185 QGeoCodeReply *QGeoCodingManagerEngineNokia::geocode(const QString &address, in geocode() function in QGeoCodingManagerEngineNokia 245 return geocode(requestString, bounds, manualBoundsRequired, limit, offset); in geocode() 248 QGeoCodeReply *QGeoCodingManagerEngineNokia::geocode(QString requestString, in geocode() function in QGeoCodingManagerEngineNokia 300 return geocode(requestString, bounds, manualBoundsRequired); in reverseGeocode()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodingmanager/ |
| H A D | tst_qgeocodingmanager.cpp | 134 QGeoCodeReply * reply = qgeocodingmanager->geocode(search, limit,offset); in search() 143 void tst_QGeoCodingManager::geocode() in geocode() function in tst_QGeoCodingManager 152 QGeoCodeReply *reply = qgeocodingmanager->geocode(*address); in geocode()
|
| H A D | tst_qgeocodingmanager.h | 61 void geocode();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/ |
| H A D | geocodingmanagerengine_esri.h | 60 QGeoCodeReply *geocode(const QGeoAddress &address, const QGeoShape &bounds) override; 61 QGeoCodeReply *geocode(const QString &address, int limit, int offset,
|
| H A D | geocodingmanagerengine_esri.cpp | 100 QGeoCodeReply *GeoCodingManagerEngineEsri::geocode(const QGeoAddress &address, in geocode() function in GeoCodingManagerEngineEsri 103 return geocode(addressToQuery(address), 1, -1, bounds); in geocode() 106 QGeoCodeReply *GeoCodingManagerEngineEsri::geocode(const QString &address, int limit, int offset, in geocode() function in GeoCodingManagerEngineEsri
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qgeocodingmanagerengineosm.h | 60 QGeoCodeReply *geocode(const QGeoAddress &address, const QGeoShape &bounds) override; 61 QGeoCodeReply *geocode(const QString &address, int limit, int offset,
|
| H A D | qgeocodingmanagerengineosm.cpp | 102 QGeoCodeReply *QGeoCodingManagerEngineOsm::geocode(const QGeoAddress &address, const QGeoShape &bou… in geocode() function in QGeoCodingManagerEngineOsm 104 return geocode(addressToQuery(address), -1, -1, bounds); in geocode() 107 QGeoCodeReply *QGeoCodingManagerEngineOsm::geocode(const QString &address, int limit, int offset, c… in geocode() function in QGeoCodingManagerEngineOsm
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/ |
| H A D | qgeocodingmanagerenginemapbox.h | 61 QGeoCodeReply *geocode(const QGeoAddress &address, const QGeoShape &bounds) override; 62 QGeoCodeReply *geocode(const QString &address, int limit, int offset,
|
| H A D | qgeocodingmanagerenginemapbox.cpp | 87 QGeoCodeReply *QGeoCodingManagerEngineMapbox::geocode(const QGeoAddress &address, const QGeoShape &… in geocode() function in QGeoCodingManagerEngineMapbox 138 QGeoCodeReply *QGeoCodingManagerEngineMapbox::geocode(const QString &address, int limit, int offset… in geocode() function in QGeoCodingManagerEngineMapbox
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodingmanagerplugins/ |
| H A D | qgeocodingmanagerengine_test.h | 72 …QGeoCodeReply* geocode(const QString &searchString, int limit, int offset, const QGeoShape &bounds) in geocode() function 85 QGeoCodeReply* geocode (const QGeoAddress &address, const QGeoShape &bounds) in geocode() function
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/ |
| H A D | tst_geocoding.qml | 193 compare(errorModel.errorString,qsTr("Cannot geocode, geocode manager not set.")) 208 compare(errorModel.errorString,qsTr("Cannot geocode, geocode manager not set.")) 382 // basic immediate geocode error 392 // basic delayed geocode error 416 // basic immediate geocode error 429 // basic delayed geocode error 489 testModel.query = "Freetext geocode" 515 slackModel.query = "freetext geocode"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/ |
| H A D | mapviewer.qml | 243 stackView.currentItem.showPlace.connect(map.geocode) 250 stackView.currentItem.showPlace.connect(map.geocode) 493 stackView.showMessage(qsTr("Geocode Error"),qsTr("Unsuccessful geocode")) 495 … stackView.showMessage(qsTr("Ambiguous geocode"), map.geocodeModel.count + " " + 501 stackView.showMessage(qsTr("Geocode Error"),qsTr("Unsuccessful geocode"))
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/libgweather/ |
| H A D | libgweather_40.0.bb | 19 geocode-glib \
|
| H A D | libgweather4_4.0.0.bb | 18 geocode-glib \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qgeocodingmanagerengine_test.h | 113 QGeoCodeReply* geocode(const QString &searchString, 150 QGeoCodeReply* geocode(const QGeoAddress & address, const QGeoShape &bounds) in geocode() function
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-photos/ |
| H A D | gnome-photos_42.0.bb | 13 geocode-glib \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/forms/ |
| H A D | RouteAddress.qml | 134 showMessage(qsTr("Geocode Error"),qsTr("Unsuccessful geocode")); 144 showMessage(qsTr("Ambiguous geocode"),
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-settings-daemon/ |
| H A D | gnome-settings-daemon_42.1.bb | 11 geocode-glib \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeocodemodel.cpp | 188 reply_ = geocodingManager->geocode(address_->address(), boundingArea_); in update() 198 reply_ = geocodingManager->geocode(searchString_, limit_, offset_, boundingArea_); in update()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/doc/src/ |
| H A D | mapviewer.qdoc | 86 geocoding. In order to perform a geocode operation, we first need to adjust 108 To send a geocode request, first we create an \l [QML]{Address} object, and fill it
|