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-04-14 13:33:44 +0300
committerVladiMihaylenko <vxmihaylenko@gmail.com>2016-04-14 14:01:53 +0300
commite5a7352a50e84f8bc7fff4e97e5a9cd1e06d4851 (patch)
treeb8737113f72242ed9d3b3118a6f7e2e502a4cec0 /indexer/editable_map_object.hpp
parenta85016b807f7d9ee13c29acde89aba712cfce04e (diff)
[omim] Added GetBuildingLevels and ValidateBuildingLevels methods.
Diffstat (limited to 'indexer/editable_map_object.hpp')
-rw-r--r--indexer/editable_map_object.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/editable_map_object.hpp b/indexer/editable_map_object.hpp
index 8b0e826ca1..4f31ccdadf 100644
--- a/indexer/editable_map_object.hpp
+++ b/indexer/editable_map_object.hpp
@@ -93,6 +93,7 @@ public:
void SetElevation(double ele);
void SetWikipedia(string const & wikipedia);
void SetFlats(string const & flats);
+ static bool ValidateBuildingLevels(string const & buildingLevels);
void SetBuildingLevels(string const & buildingLevels);
/// @param[in] cuisine is a vector of osm cuisine ids.
void SetCuisines(vector<string> const & cuisine);