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>2012-02-24 21:18:09 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:34:32 +0300
commit2e1c02e9cd3a780ad66027dc3a1bc988490664d8 (patch)
treeee11fe86323b497723b6ea8317949f474a784101 /map/navigator.hpp
parentb60021ce40798b3defbf776ae3aad5ac60c6adca (diff)
[search] Draw placemark for search result. Closed #666 :)))))
Diffstat (limited to 'map/navigator.hpp')
-rw-r--r--map/navigator.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/map/navigator.hpp b/map/navigator.hpp
index 77b95df6b9..45dd79077e 100644
--- a/map/navigator.hpp
+++ b/map/navigator.hpp
@@ -23,9 +23,9 @@ public:
void OnSize(int x0, int y0, int w, int h);
ScreenBase const & Screen() const { return m_Screen; }
- ScreenBase const & StartScreen() const {return m_StartScreen; }
- /// Returns a matrix, which represents a transformation between two screens
- math::Matrix<float, 3, 3> const ScreenDelta(ScreenBase const & src, ScreenBase const & dst) const;
+ ScreenBase const & StartScreen() const { return m_StartScreen; }
+
+ m2::PointD GtoP(m2::PointD const & pt) const;
void StartDrag(m2::PointD const & pt, double timeInSec);
void DoDrag(m2::PointD const & pt, double timeInSec);