diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/location/declarativemaps/qdeclarativegeomap.cpp | 2 | ||||
-rw-r--r-- | src/location/doc/src/qtlocation-examples.qdoc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/location/declarativemaps/qdeclarativegeomap.cpp b/src/location/declarativemaps/qdeclarativegeomap.cpp index 80a30f56..8ecd58b9 100644 --- a/src/location/declarativemaps/qdeclarativegeomap.cpp +++ b/src/location/declarativemaps/qdeclarativegeomap.cpp @@ -139,7 +139,7 @@ QT_BEGIN_NAMESPACE \section2 Example Usage The following snippet shows a simple Map and the necessary Plugin type - to use it. The map is centered over Oslo, Norway, with zoom level 10. + to use it. The map is centered over Oslo, Norway, with zoom level 14. \quotefromfile minimal_map/main.qml \skipto import diff --git a/src/location/doc/src/qtlocation-examples.qdoc b/src/location/doc/src/qtlocation-examples.qdoc index 6155a6fd..052db15b 100644 --- a/src/location/doc/src/qtlocation-examples.qdoc +++ b/src/location/doc/src/qtlocation-examples.qdoc @@ -39,7 +39,7 @@ These examples can work with any of the available geo services plugins. However, some plugins may require additional \l {QtLocation::PluginParameter}{plugin parameters} in order to function correctly. The default plugin used by these examples is \l {Qt Location Open Street Map Plugin}, which does not - require any parameters. - + require any parameters. The \l {Qt Location Mapbox GL Plugin} was used for the screenshots and can also + be used without any parameters, for development purposes, on the platforms it is available. */ |