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>2011-06-04 22:15:31 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:19:00 +0300
commita2a53df74d48eb30bab7ff657e6af52bf7c9b1d0 (patch)
tree562ca25a19ae5c211d92ae2caa7396a9d3e8098c /indexer/feature.hpp
parent23545cbab5c41fc03ad10d9714af58950844c1ae (diff)
Draw road's number.
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 febdec9164..13b10174e4 100644
--- a/indexer/feature.hpp
+++ b/indexer/feature.hpp
@@ -379,6 +379,8 @@ public:
uint32_t GetPopulation() const;
double GetPopulationDrawRank() const;
+ string GetRoadNumber() const { return m_Params.ref; }
+
/// @name Statistic functions.
//@{
void ParseBeforeStatistic() const