summaryrefslogtreecommitdiff
path: root/src/mbgl/map/map_impl.hpp
diff options
context:
space:
mode:
authorSudarsana Babu Nagineni <sudarsana.babu@mapbox.com>2019-03-04 17:33:43 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2019-03-08 18:36:03 +0200
commit2f88e8257b83b77f6c06c86c99f542976e7d5199 (patch)
tree5118632397e15b590c9f96998e367689f0c53fa8 /src/mbgl/map/map_impl.hpp
parent5954eea345677682479ad5df4d6b059737efd7f0 (diff)
downloadqtlocation-mapboxgl-2f88e8257b83b77f6c06c86c99f542976e7d5199.tar.gz
[core] Remove Constrain mode options
setLatLngBounds() API allows the map to be constrained to certain Lat/Lng limits, so there is no need of having Constrain mode options on Map to constrain the map boundaries.
Diffstat (limited to 'src/mbgl/map/map_impl.hpp')
-rw-r--r--src/mbgl/map/map_impl.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mbgl/map/map_impl.hpp b/src/mbgl/map/map_impl.hpp
index 598b72907a..af64d8c0f6 100644
--- a/src/mbgl/map/map_impl.hpp
+++ b/src/mbgl/map/map_impl.hpp
@@ -34,7 +34,6 @@ public:
float pixelRatio,
MapMode,
- ConstrainMode,
ViewportMode,
bool crossSourceCollisions);