/android-clustering-for-yandex-mapkit

Android Clustering library for Yandex MapKit

Primary LanguageKotlinApache License 2.0Apache-2.0

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