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:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2016-03-15 19:26:16 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:56:30 +0300
commit2574479255d234b9f8722bcac442a9030d0e92fe (patch)
tree679dca80c996dfb6964075219045f31ed5166a71 /indexer/map_object.hpp
parent4a2c4cfddeb2a2c10a7a1013a8c87175c079b6eb (diff)
[omim] [editor] Added MapObject::GetCuisines method. Renamed old GetCuisines to GetLocalizedCuisines.
Diffstat (limited to 'indexer/map_object.hpp')
-rw-r--r--indexer/map_object.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/map_object.hpp b/indexer/map_object.hpp
index 1cb6ef933e..954ec5ad22 100644
--- a/indexer/map_object.hpp
+++ b/indexer/map_object.hpp
@@ -74,6 +74,8 @@ public:
Internet GetInternet() const;
/// @returns translated cuisine(s).
vector<string> GetCuisines() const;
+ // @returns not localized cuisines keys.
+ vector<string> GetLocalizedCuisines() const;
/// @returns translated and formatted cuisines.
string FormatCuisines() const;
string GetOpeningHours() const;