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:
authortatiana-kondakova <tatiana.kondakova@gmail.com>2018-04-12 19:04:35 +0300
committermpimenov <mpimenov@users.noreply.github.com>2018-04-18 14:39:03 +0300
commit50d45e1f91c65c9f3e81c0e095181b16b1abfc13 (patch)
treec738fa78d03ba75074e3e80d28e69b842d6784a2 /defines.hpp
parent4a3b58ed33aa1f1e1614d0b7d74ffed22bfc8bff (diff)
[geocoder] Add borders class to support region borders in reverse serverside geocoder
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/defines.hpp b/defines.hpp
index 9518918c1e..a7280af864 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -51,6 +51,7 @@
#define LOCALITY_DATA_FILE_TAG "locdata"
#define LOCALITY_INDEX_FILE_TAG "locidx"
+#define BORDERS_FILE_TAG "borders"
#define READY_FILE_EXTENSION ".ready"
#define RESUME_FILE_EXTENSION ".resume"