Before using the Software, developers must contact Mapbox as described at https://docs.mapbox.com/android/navigation/build-with-uxframework/installation/ to request access to the Dash SDK. Both the Software and the Dash SDK are in private preview and are made available to developers for the limited purpose of evaluating Dash SDK in internal, non-production environments only.
The repository is a collection of examples showing off the Mapbox Dash Android SDK.
Make sure you follow the steps under the Installation guide. Once you have your public and secret access tokens ready, do the following:
git clone git@github.com:mapbox/dash-android-examples.git
app/src/main/res/values
mapbox_access_token.xml
YOUR_ACCESS_TOKEN_HERE
with your public access token.<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="mapbox_access_token">YOUR_ACCESS_TOKEN_HERE</string>
</resources>
gradle.properties
as described in the installation guide.app
.