Home
last modified time | relevance | path

Searched refs:Geocode (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeocodereply_esri.h55 Geocode, enumerator
H A Dgeocodingmanagerengine_esri.cpp131 GeoCodeReplyEsri *geocodeReply = new GeoCodeReplyEsri(reply, GeoCodeReplyEsri::Geocode, this); in geocode()
H A Dgeocodereply_esri.cpp96 case Geocode: in networkReplyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/menus/
H A DMainMenu.qml122 addItem(qsTr("Geocode")).triggered.connect(function(){selectTool("Geocode")})
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/forms/
H A DRouteAddress.qml134 showMessage(qsTr("Geocode Error"),qsTr("Unsuccessful geocode"));
138 showMessage(qsTr("Geocode Error"),
H A DReverseGeocode.qml54 //Reverse Geocode Dialog
H A DReverseGeocodeForm.ui.qml75 text: qsTr("Reverse Geocode")
H A DGeocodeForm.ui.qml77 text: qsTr("Geocode")
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/
H A Dmapviewer.pro30 forms/Geocode.qml \
H A Dmapviewer.qml239 case "Geocode":
241 stackView.push({ item: Qt.resolvedUrl("forms/Geocode.qml") ,
493 stackView.showMessage(qsTr("Geocode Error"),qsTr("Unsuccessful geocode"))
501 stackView.showMessage(qsTr("Geocode Error"),qsTr("Unsuccessful geocode"))
H A Dmapviewer.qrc15 <file>forms/Geocode.qml</file>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/doc/src/
H A Dmapviewer.qdoc104 With these three objects, we have enough to receive Geocode responses and
105 display them on our Map. The final piece is to send the actual Geocode