Mapping utilities and convenience wrapper for vector tile maps on Android
Map Burrito is a tasty wrapper for VTM that makes all your delicious vector tile map layers easier to handle and consume.
- Clone https://github.com/mapzen/map-burrito.git
- Open Android Studio and choose File > Import project... and select project root folder
- Follow instructions to enable unit testing support in Android Studio
- Modify unit test run configuration working directory to
/path/to/project/map-burrito/map-burrito
- Rebuild project and run tests
$ ./gradlew clean assembleDebug test