summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/osm/qgeotileproviderosm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/geoservices/osm/qgeotileproviderosm.h')
-rw-r--r--src/plugins/geoservices/osm/qgeotileproviderosm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/geoservices/osm/qgeotileproviderosm.h b/src/plugins/geoservices/osm/qgeotileproviderosm.h
index d9f80482..3e887965 100644
--- a/src/plugins/geoservices/osm/qgeotileproviderosm.h
+++ b/src/plugins/geoservices/osm/qgeotileproviderosm.h
@@ -87,6 +87,8 @@ public:
inline QString dataCopyRight() const;
inline QString styleCopyRight() const;
inline QString format() const;
+ inline int minimumZoomLevel() const;
+ inline int maximumZoomLevel() const;
QUrl tileAddress(int x, int y, int z) const;
// Optional properties, not needed to construct a provider
@@ -141,6 +143,8 @@ public:
QString dataCopyRight() const;
QString styleCopyRight() const;
QString format() const;
+ int minimumZoomLevel() const;
+ int maximumZoomLevel() const;
const QGeoMapType &mapType() const;
bool isValid() const;
bool isResolved() const;