Java and Android libraries for Mapbox APIs.
We recommend installing this library with Gradle. This will automatically install the necessary dependencies and pull the library binaries from the Mapbox Android repository on Maven Central.
To install the current SNAPSHOT version add this to your build.gradle:
repositories {
mavenCentral()
maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
}
dependencies {
compile ('com.mapbox.mapboxsdk:mapbox-android-services:1.0.0-SNAPSHOT@aar'){
transitive=true
}
}
Check the Test App for a complete demo app using this library.