Home
last modified time | relevance | path

Searched refs:geocoding (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dmaps.qdoc34 interacting with maps, as well as geocoding and navigation.
39 contains utilities for geocoding (finding a geographic coordinate from a
127 provide some geocoding functionality without sending data to a remote server.
132 A geocoding query in QML is performed using the
144 …\li A location-based services plugin provides data including geocoding translation results which a…
147 …\li Queries the Plugin for geocoding translations and provides access to results via indexes in th…
150 \li Structured address for use in queries and results of geocoding.
155 will enable access to geocoding translation services and thus data to display.
197 \b{Maps and Navigation} provides C++ utilities for geocoding (finding a
224 \li Contains the results of a geocoding query.
H A Dqtlocation-qml.qdoc82 provides geocoding and routing information, which can be consumed by the
88 and geocoding, maps, and places, however the default plugin handles all
121 \annotatedlist qml-QtLocation5-geocoding
H A Dqml-maps.qdoc93 to the locations. For example, this can be a street address. Reverse geocoding is also possible with
109 The geocoding features are called from a higher level piece of code. In this
217 \annotatedlist qml-QtLocation5-geocoding
H A Dqtlocation.qdoc40 The C++ API provides access to geocoding and navigation information,
136 The C++ alternative provides utility classes to get geocoding (finding a geographic
H A Dqtlocation-cpp.qdoc76 \annotatedlist QtLocation-geocoding
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoserviceprovider.cpp821 QGeoServiceProvider::GeocodingFeatures geocoding = in matches() local
824 if (geocoding == QGeoServiceProvider::AnyGeocodingFeatures) { in matches()
828 if ((provider->geocodingFeatures() & geocoding) != geocoding) in matches()
H A Dqdeclarativegeoserviceprovider_p.h226 Q_PROPERTY(QDeclarativeGeoServiceProvider::GeocodingFeatures geocoding
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.6.247 - Fixed the geocoding in the MapViewer example
48 - [QTBUG-55371] Fixed OSM plugin geocoding feature
H A Dchanges-5.6.331 - Updated HERE plugin geocoding endpoints
H A Dchanges-5.5.131 the case of the geocoding.host, useragent and routing.host parameters.
H A Dchanges-5.8.025 - Added geoservices plugin to support ESRI mapping, geocoding and routing
H A Dchanges-5.6.045 - Improved error reporting in map, geocoding and routing model APIs.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Dosm.qdoc53 Since Qt 5.9.6 the default nominatim endpoint, used for geocoding and places, has also changed to H…
68 \li osm.geocoding.host
69 …\li Url string set when making network requests to the geocoding server. This parameter should be…
73 \li osm.geocoding.debug_query
76 \li osm.geocoding.include_extended_data
205 for geocoding)
223 PluginParameter { name: "osm.geocoding.host"; value: "http://geocoding.server.address" }
H A Dnokia.qdoc150 \li here.geocoding.host
151 \li Geocoding service URL used by geocoding manager.
H A Desri.qdoc69 …\li Security token for using routing services only. Mapping, geocoding and place searches services…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/geocode-glib/
H A Dgeocode-glib_3.26.2.bb1 SUMMARY = "A convenience library for the geocoding"
/OK3568_Linux_fs/buildroot/package/osm2pgsql/
H A DConfig.in21 rendering into a map, geocoding with Nominatim,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_plugin.qml55 geocoding: Plugin.OfflineGeocodingFeature;
122 verify(requiredPlugin.supportsGeocoding(requiredPlugin.required.geocoding))
H A Dtst_geocoding.qml175 // (does not support geocoding)
/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
89 Receiving results of geocoding is done through a GeocodeModel:
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes1180 Property { name: "geocoding"; type: "QDeclarativeGeoServiceProvider::GeocodingFeatures" }