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-09-25 20:17:24 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:43:52 +0300
commitdfb2db05de730607a7496e2f9d89424b49d5ae30 (patch)
treee72c00966bec2bf5eae942bb3860df414675ec67 /indexer/classificator.hpp
parent49a7bfc73de52fa58ea972f7281ff8c970f623c8 (diff)
Get raw types in Framework::GetAddressInfo if no types matched in categories.
Diffstat (limited to 'indexer/classificator.hpp')
-rw-r--r--indexer/classificator.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indexer/classificator.hpp b/indexer/classificator.hpp
index 930dc59ae9..d77e256614 100644
--- a/indexer/classificator.hpp
+++ b/indexer/classificator.hpp
@@ -261,6 +261,9 @@ public:
ClassifObject const * GetObject(uint32_t type) const;
string GetFullObjectName(uint32_t type) const;
//@}
+
+ /// @return Object name to show in UI (not for debug purposes).
+ string GetReadableObjectName(uint32_t type) const;
};
Classificator & classif();