Android Clustering library for Yandex MapKit
- Clustering
- Animations
- Based on Google's android-map-utils algorithms
- Can be used to implement clustering for any other map library
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'
}