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:
authorDaria Volvenkova <d.volvenkova@corp.mail.ru>2017-07-10 17:55:50 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2017-07-19 11:51:05 +0300
commit5e5eec4b74b0e34aa4b96366343628d596238927 (patch)
tree0db5a439f3a96222a4da2f87c88c71168a14dc44 /drape_frontend/user_mark_shapes.hpp
parentff7c49a9b27b409194a830c982d15ecb4b8361e9 (diff)
Title info added into user marks.
Diffstat (limited to 'drape_frontend/user_mark_shapes.hpp')
-rw-r--r--drape_frontend/user_mark_shapes.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/drape_frontend/user_mark_shapes.hpp b/drape_frontend/user_mark_shapes.hpp
index 763e806de1..92ad10fafc 100644
--- a/drape_frontend/user_mark_shapes.hpp
+++ b/drape_frontend/user_mark_shapes.hpp
@@ -19,6 +19,8 @@ struct UserMarkRenderParams
m2::PointD m_pixelOffset = m2::PointD(0.0, 0.0);
std::string m_symbolName;
dp::Anchor m_anchor = dp::Center;
+ drape_ptr<dp::TitleDecl> m_titleDecl;
+ uint16_t m_priority;
float m_depth = 0.0;
bool m_runCreationAnim = false;
bool m_isVisible = true;