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-07-14 15:31:01 +0300
committerAleksandr Zatsepin <alexzatsepin@users.noreply.github.com>2017-07-14 16:05:11 +0300
commita97e9da8360967aadc00858b180d9be0184f7c75 (patch)
tree83a5dea62c572bbac8574e9f5a78accfe76056a5 /indexer/ftypes_matcher.hpp
parent9c71fbdcc07f920337af1113cb27289ce8b0c634 (diff)
[partners_api] cian pp
Diffstat (limited to 'indexer/ftypes_matcher.hpp')
-rw-r--r--indexer/ftypes_matcher.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/indexer/ftypes_matcher.hpp b/indexer/ftypes_matcher.hpp
index eba5abbe22..5542b78c84 100644
--- a/indexer/ftypes_matcher.hpp
+++ b/indexer/ftypes_matcher.hpp
@@ -241,6 +241,14 @@ public:
static IsViatorChecker const & Instance();
};
+class IsPublicTransportStopChecker : public BaseChecker
+{
+ IsPublicTransportStopChecker();
+
+public:
+ static IsPublicTransportStopChecker const & Instance();
+};
+
/// Type of locality (do not change values and order - they have detalization order)
/// COUNTRY < STATE < CITY < ...
enum Type { NONE = -1, COUNTRY = 0, STATE, CITY, TOWN, VILLAGE, LOCALITY_COUNT };