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:
authorSergey Magidovich <mgsergio@mapswithme.com>2016-08-03 17:30:56 +0300
committerSergey Magidovich <mgsergio@mapswithme.com>2016-08-03 17:30:56 +0300
commit67c3ee92cbef04205a05f61010427234e77592be (patch)
tree43d17ec4861c35db616e0810f200b1cabd17b0ec /indexer/feature_data.hpp
parent177a515c8581e7b9e51206449efce5d8d6853cff (diff)
Handle area hotels.
Diffstat (limited to 'indexer/feature_data.hpp')
-rw-r--r--indexer/feature_data.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/feature_data.hpp b/indexer/feature_data.hpp
index 93521b212b..a813403f50 100644
--- a/indexer/feature_data.hpp
+++ b/indexer/feature_data.hpp
@@ -222,6 +222,8 @@ public:
FeatureParams() : m_geomType(0xFF), m_reverseGeometry(false) {}
+ void ClearName();
+
bool AddName(string const & lang, string const & s);
bool AddHouseName(string const & s);
bool AddHouseNumber(string houseNumber);