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>2018-11-19 13:07:21 +0300
committerTatiana Yan <tatiana.kondakova@gmail.com>2018-11-19 19:29:44 +0300
commitf0698cc457d742b5fb9035a5e67aa532ead89828 (patch)
treef89244a606623eb7a4e9bea3f2ad45a6ab55da73 /defines.hpp
parentb0875895472f27a1948965573f8afaa01c73753f (diff)
[notifications][android][ios] Map object events are supported on platforms.
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 a99faf0149..a3c3625b7b 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -115,3 +115,4 @@
#define BOOKING_EXCLUDED_FILE "booking_excluded.txt"
auto constexpr kInvalidRatingValue = 0.0f;
+auto constexpr kMwmPointAccuracy = 1e-5;