ipd-hq / MapMarker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MapMarker

image

MapMarker is an Android library to show markers and current location point on Google Maps.

Installation

Use Gradle. Add it in your settings.gradle at the end of repositories:

dependencyResolutionManagement {
    repositories {
        ....
        maven { url 'https://jitpack.io' }
    }
}

then, add the dependecy in your build.gradle file (Module)

dependencies {
     implementation 'com.github.ipd-hq:MapMarker:Tag'
}

replace Tag with the latest version.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About


Languages

Language:Kotlin 100.0%