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>2015-02-27 18:38:48 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:37:55 +0300
commit6b3699d927d5c95a395e07df57fa3e1e038e576c (patch)
tree3643fcf71bf04eed3b96c1827a9c5671a083bfbb /indexer/feature.hpp
parentc5a0a17f10f3f0bdcf66ea90bd11011aa9c7b65c (diff)
Added FeatureType::HasInternet function.
Diffstat (limited to 'indexer/feature.hpp')
-rw-r--r--indexer/feature.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/feature.hpp b/indexer/feature.hpp
index a676164075..999d5f3f83 100644
--- a/indexer/feature.hpp
+++ b/indexer/feature.hpp
@@ -261,6 +261,8 @@ public:
uint8_t GetRank() const;
uint32_t GetPopulation() const;
string GetRoadNumber() const;
+ bool HasInternet() const;
+
inline feature::FeatureMetadata const & GetMetadata() const { return m_metadata; }
inline feature::FeatureMetadata & GetMetadata() { return m_metadata; }