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:
authorvng <viktor.govako@gmail.com>2012-02-08 20:01:08 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:33:37 +0300
commit6527b91c943bd6d6028ca33407e1af57349b9940 (patch)
tree905d1a2399db2549ec616711826662d7d82f1a94 /indexer/features_vector.hpp
parentb41215fa43a9a19f03712a94a332e2c565b94ce5 (diff)
[search] Generate search index with extended info (center point, featureID, rank).
Diffstat (limited to 'indexer/features_vector.hpp')
-rw-r--r--indexer/features_vector.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/features_vector.hpp b/indexer/features_vector.hpp
index c66bbd1bee..59f7edf1c1 100644
--- a/indexer/features_vector.hpp
+++ b/indexer/features_vector.hpp
@@ -28,6 +28,8 @@ public:
m_RecordReader.ForEachRecord(DoGetFeatures<ToDo>(m_LoadInfo, toDo));
}
+ serial::CodingParams const & GetCodingParams() const { return m_LoadInfo.GetDefCodingParams(); }
+
private:
template <class ToDo> class DoGetFeatures
{