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:
authorExMix <rahuba.youri@mapswithme.com>2014-06-29 16:04:10 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:19:06 +0300
commita977354286497cbf638343a82e68e699b1564647 (patch)
tree766af7cb6d1877a7d99e8f2b275833a82178601d /map/navigator.hpp
parentc2825d08d34e41321588f0a112c94e5e72ea5308 (diff)
[core] inscrease selection rect (for bookmark only)
Diffstat (limited to 'map/navigator.hpp')
-rw-r--r--map/navigator.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/map/navigator.hpp b/map/navigator.hpp
index d145cb4be5..8b0974a975 100644
--- a/map/navigator.hpp
+++ b/map/navigator.hpp
@@ -35,6 +35,9 @@ public:
m2::PointD PtoG(m2::PointD const & pt) const;
void GetTouchRect(m2::PointD const & pixPoint, double pixRadius, m2::AnyRectD & glbRect) const;
+ void GetTouchRect(const m2::PointD & pixPoint,
+ double pxWidth, double pxHeight,
+ m2::AnyRectD & glbRect) const;
void StartDrag(m2::PointD const & pt, double timeInSec);
void DoDrag(m2::PointD const & pt, double timeInSec);