Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2013-08-19 23:06:13 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:59:58 +0300
commit107e4e0adb300ca4643f6cf138b22dab5ebe5fa9 (patch)
treeda910115f6f3b8684440640a86f698618bf5d7d0 /map/navigator.hpp
parent57680b9cce8899325508e10799039694e4a37818 (diff)
Correct touch rect for catching bookmarks.
Diffstat (limited to 'map/navigator.hpp')
-rw-r--r--map/navigator.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/map/navigator.hpp b/map/navigator.hpp
index 3bcb3820bf..bbb2030092 100644
--- a/map/navigator.hpp
+++ b/map/navigator.hpp
@@ -28,6 +28,8 @@ public:
m2::PointD GtoP(m2::PointD const & pt) const;
m2::PointD PtoG(m2::PointD const & pt) const;
+ void GetTouchRect(m2::PointD const & pixPoint, double pixRadius, m2::AnyRectD & glbRect) const;
+
void StartDrag(m2::PointD const & pt, double timeInSec);
void DoDrag(m2::PointD const & pt, double timeInSec);
void StopDrag(m2::PointD const & pt, double timeInSec, bool animate);