You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/ui-mapbox/README.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@
38
38
## Table of Contents
39
39
40
40
*[Prerequisites](#prerequisites)
41
+
* [Android](#android)
41
42
*[Installation](#installation)
42
43
*[Configuration](#configuration)
43
44
*[Issues](#issues)
@@ -110,6 +111,31 @@
110
111
You either need your own tile server such as the one provided by [openmaptiles.org](https://openmaptiles.org) or a Mapbox API access token (they have a 🆓 Starter plan!), so [sign up with Mapbox](https://www.mapbox.com/signup/).
111
112
Once you've registered go to your Account > Apps > New token. The 'Default Secret Token' is what you'll need.
112
113
114
+
### Android
115
+
116
+
Mapbox now requires (version > 8.6.6) an api key to download the sdk
117
+
118
+
If you want to use newer version than the default 8.6.6 you need to add this to your `app.gradle`
0 commit comments