summaryrefslogtreecommitdiff
path: root/src/mbgl/map/map.cpp
diff options
context:
space:
mode:
authorŁukasz Paczos <lukasz.paczos@mapbox.com>2018-03-08 15:55:47 +0100
committerGitHub <noreply@github.com>2018-03-08 15:55:47 +0100
commitdfdfbc09902cdb592d217d3e264f736ce5217926 (patch)
tree43b293d726ae5ae0542da5ad9bf072cee6c7677b /src/mbgl/map/map.cpp
parentea525fd08a69e2a840f3d14291b23027a3747986 (diff)
downloadqtlocation-mapboxgl-dfdfbc09902cdb592d217d3e264f736ce5217926.tar.gz
[android] calculating camera's LatLng for bounds without map padding (#11410)
Diffstat (limited to 'src/mbgl/map/map.cpp')
-rw-r--r--src/mbgl/map/map.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mbgl/map/map.cpp b/src/mbgl/map/map.cpp
index 947973415a..a7beb0f1e2 100644
--- a/src/mbgl/map/map.cpp
+++ b/src/mbgl/map/map.cpp
@@ -446,7 +446,6 @@ CameraOptions Map::cameraForGeometry(const Geometry<double>& geometry, const Edg
latLngs.push_back({ pt.y, pt.x });
});
return cameraForLatLngs(latLngs, padding, bearing);
-
}
LatLngBounds Map::latLngBoundsForCamera(const CameraOptions& camera) const {