summaryrefslogtreecommitdiff
path: root/include/mbgl/map
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2017-03-30 16:25:12 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2017-04-11 12:51:09 +0300
commitc1c6c1e298521c177b64665b823d1444ce5e2cfe (patch)
treec5decfae633986d01579e731be2a78ec04d72542 /include/mbgl/map
parentbc7f6da1356fdfc22d8fa1d5f76821ab171647eb (diff)
downloadqtlocation-mapboxgl-c1c6c1e298521c177b64665b823d1444ce5e2cfe.tar.gz
[core] Added Map::{get,set}LatLngBounds
Diffstat (limited to 'include/mbgl/map')
-rw-r--r--include/mbgl/map/map.hpp2
1 files changed, 2 insertions, 0 deletions
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);