Privacy-focused mapping application for Android
Run the following script to deploy VTM dependencies to your local Maven repository.
$ scripts/install-vtm.sh- Clone https://github.com/mapzen/eraser-map.git
- Open Android Studio and choose File > Import project... and select project root folder
- Install Kotlin Plugin for Android Studio
- Follow instructions to enable unit testing support in Android Studio
- Modify unit test run configuration working directory to
/path/to/project/eraser-map/app - Rebuild and run tests
To set API key(s) to be appended to vector tile requests add the following lines to your $HOME/.gradle/gradle.properties file.
vectorTileApiKeyDebugProp=[your-debug-key]
vectorTileApiKeyReleaseProp=[your-release-key]