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:
authorArsentiy Milchakov <milcars@mapswithme.com>2017-06-05 18:48:04 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2017-06-05 18:48:04 +0300
commit4871e2f7f48fd690f3e923797130b62e9e1a8bde (patch)
tree3c21933e139e1e3a693c092156a4dfdb4145d596 /indexer/map_object.hpp
parent338283c7fcfeacf999bade33093a0f2b9214d0c9 (diff)
[indexer] wheelchair type info added into MapObject class
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 23c408b6ab..b144baa8b2 100644
--- a/indexer/map_object.hpp
+++ b/indexer/map_object.hpp
@@ -3,6 +3,7 @@
#include "indexer/feature_data.hpp"
#include "indexer/feature_decl.hpp"
#include "indexer/feature_meta.hpp"
+#include "indexer/wheelchair.hpp"
#include "geometry/latlon.hpp"
#include "geometry/mercator.hpp"
@@ -88,6 +89,7 @@ public:
string GetWikipediaLink() const;
string GetFlats() const;
string GetBuildingLevels() const;
+ wheelchair::Type GetWheelchairType() const;
// TODO(Vlad, yunikkk): Use Props enum + getters instead of direct metadata access.
// TODO: Remove this method.