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:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-09-15 14:27:03 +0300
committerLev Dragunov <l.dragunov@corp.mail.ru>2015-10-07 12:57:52 +0300
commitb7c23e7c46433befe482ce9eb06210db66215d0a (patch)
tree99ad882a333be6ea16cd5c05824a76251031d4e6 /indexer/feature_meta.hpp
parent240003bab266d2e4a49d55f06b876dee45020cef (diff)
Speedcam routing time computation engine.
Diffstat (limited to 'indexer/feature_meta.hpp')
-rw-r--r--indexer/feature_meta.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/feature_meta.hpp b/indexer/feature_meta.hpp
index f81ef76198..13f447e0b9 100644
--- a/indexer/feature_meta.hpp
+++ b/indexer/feature_meta.hpp
@@ -35,6 +35,7 @@ namespace feature
FMD_EMAIL = 14,
FMD_POSTCODE = 15,
FMD_WIKIPEDIA = 16,
+ FMD_MAXSPEED = 17,
FMD_COUNT
};