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-05-21 11:09:31 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:15:42 +0300
commit2491f9d4d2117dc70cf8327144d4af98e5a965e1 (patch)
tree17ce3979dc91f4d976bef16bff2c61a5a8578153 /map/bookmark.hpp
parent6d5cc8dd486aad6f8d1dc2999860fd17689bcc79 (diff)
[core] we need apply pixel offset for bookmarks, to bookmark look like it growing from selection center
Diffstat (limited to 'map/bookmark.hpp')
-rw-r--r--map/bookmark.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/bookmark.hpp b/map/bookmark.hpp
index f3716d0f17..d184c845d3 100644
--- a/map/bookmark.hpp
+++ b/map/bookmark.hpp
@@ -110,6 +110,7 @@ public:
virtual graphics::DisplayList * GetDisplayList(UserMarkDLCache * cache) const;
virtual double GetAnimScaleFactor() const;
+ virtual m2::PointD const & GetPixelOffset() const;
shared_ptr<anim::Task> CreateAnimTask(Framework & fm);
};