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/user_mark.hpp
parent6d5cc8dd486aad6f8d1dc2999860fd17689bcc79 (diff)
[core] we need apply pixel offset for bookmarks, to bookmark look like it growing from selection center
Diffstat (limited to 'map/user_mark.hpp')
-rw-r--r--map/user_mark.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/user_mark.hpp b/map/user_mark.hpp
index 2f7ed6aa53..67ba5b8615 100644
--- a/map/user_mark.hpp
+++ b/map/user_mark.hpp
@@ -120,4 +120,5 @@ public:
bool IsCustomDrawable() const { return true; }
virtual graphics::DisplayList * GetDisplayList(UserMarkDLCache * cache) const = 0;
virtual double GetAnimScaleFactor() const = 0;
+ virtual m2::PointD const & GetPixelOffset() const = 0;
};