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>2013-09-09 19:47:19 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:00:56 +0300
commit49063b134a80b0c1ec1a7d592d2449ec443db62b (patch)
tree3a4701ee26baedf2a8befc954cd1071600ee99ed /map/navigator.hpp
parent5a69a85c582a2d15d1a1e8398aebc98ea4d2376f (diff)
ScaleProcessor need for yopme part.
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 bbb2030092..a7ba896e86 100644
--- a/map/navigator.hpp
+++ b/map/navigator.hpp
@@ -66,6 +66,8 @@ public:
/// so we should take it into an account
m2::PointD ShiftPoint(m2::PointD const & pt) const;
+ ScalesProcessor const & GetScaleProcessor() const;
+
private:
ScalesProcessor const & m_scales;