From 4c311a0091caea8246b36fb63cee4dbec3a62234 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Sat, 11 Feb 2017 02:06:20 -0500 Subject: [core] Expose Map::setZoom with anchor parameter --- include/mbgl/map/map.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/mbgl/map') diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp index c80420371d..c51d7e9ffd 100644 --- a/include/mbgl/map/map.hpp +++ b/include/mbgl/map/map.hpp @@ -98,6 +98,7 @@ public: void setScale(double scale, optional = {}, const Duration& = Duration::zero()); double getScale() const; void setZoom(double zoom, const Duration& = Duration::zero()); + void setZoom(double zoom, optional, const Duration& = Duration::zero()); void setZoom(double zoom, optional, const Duration& = Duration::zero()); double getZoom() const; void setLatLngZoom(const LatLng&, double zoom, const Duration& = Duration::zero()); -- cgit v1.2.1