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
path: root/kml
diff options
context:
space:
mode:
authorMaxim Pimenov <m@maps.me>2019-09-04 15:19:38 +0300
committerAleksey Belousov <beloal@users.noreply.github.com>2019-09-05 14:25:07 +0300
commit8b77d1e942e93b67d92f42b520df174136de6c5e (patch)
tree25b0456bada163ba54e6795dc4dfa3215b58bf9c /kml
parentbfeb0685fb317b8a6d7ed328fc0d19d35647f9dd (diff)
[search] [bookmarks] Added a test.
Diffstat (limited to 'kml')
-rw-r--r--kml/types.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/kml/types.hpp b/kml/types.hpp
index e358950569..44840fb553 100644
--- a/kml/types.hpp
+++ b/kml/types.hpp
@@ -189,7 +189,8 @@ struct BookmarkData
LocalizableString m_name;
// Bookmark's description.
LocalizableString m_description;
- // Bound feature's types.
+ // Bound feature's types: type indices sorted by importance, the most
+ // important one goes first.
std::vector<uint32_t> m_featureTypes;
// Custom bookmark's name.
LocalizableString m_customName;