From e2052ea3e46272f5b0eb26643c0d7e70bad46557 Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Tue, 10 Nov 2015 11:50:04 +0200 Subject: [core] Added PrecisionPoint to represent pixel points --- include/mbgl/map/map.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/mbgl/map') 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 point, const Duration& = Duration::zero()); void setLatLng(LatLng latLng, const Duration& = Duration::zero()); LatLng getLatLng() const; -- cgit v1.2.1