summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-06-26 12:03:47 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-07-08 13:16:38 -0700
commit815f8be96e8048f4c64ca0280e43339f17dd064d (patch)
tree230fe6b70595a1c358c89c589f380124d5866566 /include
parent4c75c696b3162c72e7dec21ce0b3f69cae9d1034 (diff)
downloadqtlocation-mapboxgl-815f8be96e8048f4c64ca0280e43339f17dd064d.tar.gz
Use API v4 and access tokens
Diffstat (limited to 'include')
-rw-r--r--include/llmr/llmr.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/llmr/llmr.hpp b/include/llmr/llmr.hpp
index 349b15d8c9..114a957cd0 100644
--- a/include/llmr/llmr.hpp
+++ b/include/llmr/llmr.hpp
@@ -4,4 +4,10 @@
#include "map/map.hpp"
#include "map/view.hpp"
+namespace llmr {
+
+void setMapboxAccessToken(const std::string& token);
+
+};
+
#endif