From 9ef65440b6bfd2c8da17d2613f8c967682cc0ef9 Mon Sep 17 00:00:00 2001 From: Tobrun Date: Thu, 15 Sep 2016 22:01:09 -0700 Subject: [core] [android] - public api configurable base endpoint (#6309) add runloop to test --- include/mbgl/util/constants.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/mbgl/util') diff --git a/include/mbgl/util/constants.hpp b/include/mbgl/util/constants.hpp index 75a1ace5c5..e6e9f6e67d 100644 --- a/include/mbgl/util/constants.hpp +++ b/include/mbgl/util/constants.hpp @@ -45,6 +45,8 @@ constexpr UnitBezier DEFAULT_TRANSITION_EASE = { 0, 0, 0.25, 1 }; constexpr int DEFAULT_RATE_LIMIT_TIMEOUT = 5; +constexpr const char* API_BASE_URL = "https://api.mapbox.com"; + } // namespace util namespace debug { -- cgit v1.2.1