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:
authorAnatoliy Tomilov <tomilovanatoliy@gmail.com>2020-09-01 17:42:16 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2020-09-16 16:08:14 +0300
commit4819f39d703327f00d1f4ea67d3ee1902bf5f97d (patch)
tree808881273b375970d70fb96a683d86091d8101a0 /drape_frontend/user_mark_shapes.hpp
parent0cd1325804c40676e37a4e3685f289f7e1839142 (diff)
[fdrape] [Booking] Make Symbol, ColoredSymbol, PoiSymbol, Text of UserPointMark sensitive to tap MAPSME-14544
Diffstat (limited to 'drape_frontend/user_mark_shapes.hpp')
-rw-r--r--drape_frontend/user_mark_shapes.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/drape_frontend/user_mark_shapes.hpp b/drape_frontend/user_mark_shapes.hpp
index b90e9c0664..8dd3daf359 100644
--- a/drape_frontend/user_mark_shapes.hpp
+++ b/drape_frontend/user_mark_shapes.hpp
@@ -16,6 +16,7 @@ namespace df
{
struct UserMarkRenderParams
{
+ kml::MarkId m_markId = kml::kInvalidMarkId;
int m_minZoom = 1;
int m_minTitleZoom = 1;
m2::PointD m_pivot = m2::PointD(0.0, 0.0);