Android Clustering library for Yandex MapKit

Additional

Language
Kotlin
Version
v0.3 (Oct 19, 2021)
Created
Mar 26, 2019
Updated
Oct 19, 2021 (Retired)
Owner
65apps
Contributors
Ksenya Kay (murrcha)
iblinov65apps
svos10
3
Activity
Badge
Generate
Download
Source code

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