summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Rauter <matthias.rauter@qt.io>2023-02-27 10:41:48 +0100
committerMatthias Rauter <matthias.rauter@qt.io>2023-03-01 13:30:06 +0100
commitfaefc8772a3317e7b881c5dd0542dd1c1abceb90 (patch)
tree3be52fb11d955de4eebda9fcf985fc05404e54b2
parent0ef7f20ad7b1dbe4d1ff0381ff8d2d0db10ba136 (diff)
downloadqtlocation-faefc8772a3317e7b881c5dd0542dd1c1abceb90.tar.gz
Minimal updates to Places Map example documentation
Pick-to: 6.5 Change-Id: Ie3d18d1f9ac4beed2ec3e00f171a5fc80404455f Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
-rw-r--r--examples/location/places_map/doc/src/places_map.qdoc2
-rw-r--r--examples/location/places_map/places_map.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/location/places_map/doc/src/places_map.qdoc b/examples/location/places_map/doc/src/places_map.qdoc
index 6c3301f7..8a12bd71 100644
--- a/examples/location/places_map/doc/src/places_map.qdoc
+++ b/examples/location/places_map/doc/src/places_map.qdoc
@@ -40,7 +40,7 @@
\snippet places_map/places_map.qml PlaceSearchModel
- The map is displayed by using the \l Map type and inside we declare the \l
+ The map is displayed by using the \l MapView type and inside we declare the \l
MapItemView and supply the search model and a delegate. An inline delegate
has been used and we have assumed that every search result is of \l {Search
Result Types} {type} \c PlaceSerachesult. Consequently it is assumed that
diff --git a/examples/location/places_map/places_map.qml b/examples/location/places_map/places_map.qml
index aaa56473..da2a611b 100644
--- a/examples/location/places_map/places_map.qml
+++ b/examples/location/places_map/places_map.qml
@@ -13,7 +13,7 @@ Rectangle {
//! [Initialize Plugin]
Plugin {
id: myPlugin
- name: "osm" // "maplibregl", "esri", ...
+ name: "osm"
//specify plugin parameters if necessary
//PluginParameter {...}
//PluginParameter {...}