Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1015 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 1015 Bytes

Android Waypoint MapView

Efficient tour rendering

Sample app screenshot

Installation

sbt

resolvers += "jitpack" at "https://jitpack.io"

libraryDependencies += "com.github.liefery" % "android-waypoint-map-view" % "1.1.0"

Gradle

allprojects {
    repositories {
        ...
        maven { url "https://jitpack.io" }
    }
}

dependencies {
    compile 'com.github.liefery:android-waypoint-map-view:1.1.0'
}

Usage

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.