diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2018-11-23 15:26:10 +0200 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2018-11-27 21:38:36 +0200 |
commit | e8f7866e9e3328bb4d40da172fb5a549315fd486 (patch) | |
tree | 88d4ca1f9ecfab5d54cfa3a3e340fb8c04b99141 /include/mbgl | |
parent | 9d1d4ecdb8bcbb10c8b1f3125ca2d78510856ce9 (diff) | |
download | qtlocation-mapboxgl-e8f7866e9e3328bb4d40da172fb5a549315fd486.tar.gz |
[core] Remove error-prone setlatLng overload
Diffstat (limited to 'include/mbgl')
-rw-r--r-- | include/mbgl/map/map.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp index ca6c62d280..fec67eb281 100644 --- a/include/mbgl/map/map.hpp +++ b/include/mbgl/map/map.hpp @@ -75,7 +75,6 @@ public: // Position void moveBy(const ScreenCoordinate&, const AnimationOptions& = {}); - void setLatLng(const LatLng&, optional<ScreenCoordinate>, const AnimationOptions& = {}); void setLatLng(const LatLng&, const EdgeInsets&, const AnimationOptions& = {}); void setLatLng(const LatLng&, const AnimationOptions& = {}); LatLng getLatLng(const EdgeInsets& = {}) const; |