From c1c6c1e298521c177b64665b823d1444ce5e2cfe Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Thu, 30 Mar 2017 16:25:12 +0300 Subject: [core] Added Map::{get,set}LatLngBounds --- include/mbgl/map/map.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/mbgl/map') diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp index b740c3462e..908beb6b29 100644 --- a/include/mbgl/map/map.hpp +++ b/include/mbgl/map/map.hpp @@ -111,6 +111,8 @@ public: void resetZoom(); // Bounds + void setLatLngBounds(const LatLngBounds&); + LatLngBounds getLatLngBounds() const; void setMinZoom(double); double getMinZoom() const; void setMaxZoom(double); -- cgit v1.2.1