From ddc6dcf9cdaee59e6f31b7bfa05932f1980feba4 Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Thu, 30 Mar 2017 16:24:21 +0300 Subject: [core] Move {Map,Transform}::{get,set}{Min,Max}Zoom to bounds pragma --- include/mbgl/map/map.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp index d4eb0ce8d1..b740c3462e 100644 --- a/include/mbgl/map/map.hpp +++ b/include/mbgl/map/map.hpp @@ -109,9 +109,11 @@ public: CameraOptions cameraForLatLngs(const std::vector&, optional) const; LatLngBounds latLngBoundsForCamera(const CameraOptions&) const; void resetZoom(); - void setMinZoom(const double minZoom); + + // Bounds + void setMinZoom(double); double getMinZoom() const; - void setMaxZoom(const double maxZoom); + void setMaxZoom(double); double getMaxZoom() const; // Rotation -- cgit v1.2.1