summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeocameracapabilities.cpp
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2017-04-12 16:00:48 +0200
committerPaolo Angelelli <paolo.angelelli@qt.io>2017-04-12 14:31:28 +0000
commit453fab84c606328811bafd4de9cde5564620fdc6 (patch)
tree02af058c03dcaf4d3015ee7ba6e423f40ce2a3e2 /src/location/maps/qgeocameracapabilities.cpp
parenta064943c65c3c521c9abbfbcccdec4c3a4e8e8c6 (diff)
downloadqtlocation-453fab84c606328811bafd4de9cde5564620fdc6.tar.gz
Clarify overzoomEnabled property of QGeoCameraCapabilitiesv5.9.0-beta2
Change-Id: If6f8fd446c562d6ccaf368e1d5afb5eee113fece Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/location/maps/qgeocameracapabilities.cpp')
-rw-r--r--src/location/maps/qgeocameracapabilities.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/location/maps/qgeocameracapabilities.cpp b/src/location/maps/qgeocameracapabilities.cpp
index d5a2f11e..bb6ec4d3 100644
--- a/src/location/maps/qgeocameracapabilities.cpp
+++ b/src/location/maps/qgeocameracapabilities.cpp
@@ -438,6 +438,14 @@ double QGeoCameraCapabilities::maximumFieldOfView() const
/*!
Sets whether overzooming is supported by the associated plugin.
+ Overzooming means that zoom levels outside the [minimumZL, maximumZL] range can be set,
+ and if tiles aren't available for those zoom levels, either tiles from other zoom levels
+ will be used, or nothing will be shown.
+
+ Set this value to false if the plugin is not capable of that. For example if using
+ a mapping engine that always clamp the zoomLevel value, which may cause misalignment in case
+ of stacked map elements.
+
\since 5.9
*/
void QGeoCameraCapabilities::setOverzoomEnabled(bool overzoomEnabled)