summaryrefslogtreecommitdiff
path: root/include/mbgl/map
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2015-11-10 11:50:04 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2015-11-11 16:59:49 +0200
commite2052ea3e46272f5b0eb26643c0d7e70bad46557 (patch)
tree6f06237a889bc740972845d65d178908d894159a /include/mbgl/map
parente5c460f2db3f7506f4fc38b16747f0ace9151017 (diff)
downloadqtlocation-mapboxgl-e2052ea3e46272f5b0eb26643c0d7e70bad46557.tar.gz
[core] Added PrecisionPoint to represent pixel points
Diffstat (limited to 'include/mbgl/map')
-rw-r--r--include/mbgl/map/map.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp
index 116722125b..5276427574 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -100,7 +100,7 @@ public:
void easeTo(CameraOptions options);
// Position
- void moveBy(double dx, double dy, const Duration& = Duration::zero());
+ void moveBy(const PrecisionPoint&, const Duration& = Duration::zero());
void setLatLng(LatLng latLng, vec2<double> point, const Duration& = Duration::zero());
void setLatLng(LatLng latLng, const Duration& = Duration::zero());
LatLng getLatLng() const;