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:
authorYuri Gorshenin <y@maps.me>2015-11-16 09:26:55 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:02:57 +0300
commitf6e85a32d19989165ef4ba7726e99b0e90853014 (patch)
tree243e455d0472a929d43a705689c692566abcba95 /indexer/index.hpp
parent1923f01008d7de415255638cfc5c280b94f712ab (diff)
[search] Skeleton of a SearchQueryV2 (Geocoder).
Diffstat (limited to 'indexer/index.hpp')
-rw-r--r--indexer/index.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/index.hpp b/indexer/index.hpp
index 7cdf80daf1..b4e2ecd5d5 100644
--- a/indexer/index.hpp
+++ b/indexer/index.hpp
@@ -253,6 +253,7 @@ public:
string GetCountryFileName() const;
bool IsWorld() const;
void GetFeatureByIndex(uint32_t index, FeatureType & ft);
+ inline FeaturesVector const & GetFeaturesVector() const { return m_vector; }
private:
MwmHandle m_handle;