Skip to content

KostyaLyapochkin/android-clustering-for-yandex-mapkit

 
 

Repository files navigation

Android Clustering library for Yandex MapKit

Features:


Usage:

Please check out sample app

or

Add it in your root build.gradle at the end of repositories:

Step 1. Add the JitPack repository to your build file

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

Step 2. Add the dependency

dependencies {
        implementation 'com.github.65apps:android-clustering-for-yandex-mapkit:v0.2'
}

License:

Apache License 2.0

About

Android Clustering library for Yandex MapKit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%