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-04-17 13:52:28 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:47:18 +0300
commitcf98d731624e59794a39bc005699f22c59f70c28 (patch)
tree4f19a553224704ea83e38d8e4b39336f2bdae029 /defines.hpp
parent22f26e7089028281eb285f56972f93714272ce6f (diff)
mapsme plugin response parser
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/defines.hpp b/defines.hpp
index 8e4dc94f4f..1a29192e38 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -34,6 +34,9 @@
#define ROUTING_SECRET_UNLOCKING_WORD "?pedestrian"
#define ROUTING_SECRET_LOCKING_WORD "?vehicle"
+// TODO (@ldragunov) change to production server address when we will have one.
+#define OSRM_ONLINE_SERVER_URL "http://osrm.online.dev.server"
+
#define READY_FILE_EXTENSION ".ready"
#define RESUME_FILE_EXTENSION ".resume3"
#define DOWNLOADING_FILE_EXTENSION ".downloading3"