Efficient tour rendering
resolvers += "jitpack" at "https://jitpack.io"
libraryDependencies += "com.github.liefery" % "android-waypoint-map-view" % "1.1.0"
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
dependencies {
compile 'com.github.liefery:android-waypoint-map-view:1.1.0'
}
Please have a look at the sample application for usage details.
To run the sample, first insert a Google Maps Api Key into google_maps_api_key.xml
.