Home
last modified time | relevance | path

Searched refs:geocode (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocodingmanager.cpp171 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 Dqgeocodingmanager.h63 QGeoCodeReply *geocode(const QGeoAddress &address,
65 QGeoCodeReply *geocode(const QString &searchString,
H A Dqgeocodingmanagerengine.h60 virtual QGeoCodeReply *geocode(const QGeoAddress &address, const QGeoShape &bounds);
61 virtual QGeoCodeReply *geocode(const QString &address,
H A Dqgeocodingmanagerengine.cpp174 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 Dqgeocodingmanagerengine_nokia.h62 QGeoCodeReply *geocode(const QGeoAddress &address,
67 QGeoCodeReply *geocode(const QString &searchString,
78 …QGeoCodeReply *geocode(QString requestString, const QGeoShape &bounds, bool manualBoundsRequired =…
H A Dqgeocodingmanagerengine_nokia.cpp100 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 Dtst_qgeocodingmanager.cpp134 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 Dtst_qgeocodingmanager.h61 void geocode();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeocodingmanagerengine_esri.h60 QGeoCodeReply *geocode(const QGeoAddress &address, const QGeoShape &bounds) override;
61 QGeoCodeReply *geocode(const QString &address, int limit, int offset,
H A Dgeocodingmanagerengine_esri.cpp100 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 Dqgeocodingmanagerengineosm.h60 QGeoCodeReply *geocode(const QGeoAddress &address, const QGeoShape &bounds) override;
61 QGeoCodeReply *geocode(const QString &address, int limit, int offset,
H A Dqgeocodingmanagerengineosm.cpp102 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 Dqgeocodingmanagerenginemapbox.h61 QGeoCodeReply *geocode(const QGeoAddress &address, const QGeoShape &bounds) override;
62 QGeoCodeReply *geocode(const QString &address, int limit, int offset,
H A Dqgeocodingmanagerenginemapbox.cpp87 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 Dqgeocodingmanagerengine_test.h72 …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 Dtst_geocoding.qml193 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 Dmapviewer.qml243 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 Dlibgweather_40.0.bb19 geocode-glib \
H A Dlibgweather4_4.0.0.bb18 geocode-glib \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeocodingmanagerengine_test.h113 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 Dgnome-photos_42.0.bb13 geocode-glib \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/forms/
H A DRouteAddress.qml134 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 Dgnome-settings-daemon_42.1.bb11 geocode-glib \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeocodemodel.cpp188 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 Dmapviewer.qdoc86 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

12