Skip to content

tsvetilian-ty/android-hms-map-kit-cluster

Repository files navigation

Huawei Map Kit Cluster

License

Lightweight library that gives you the ability to integrate clusters in your app that uses Huawei's Map Kit.

Add to your project

  1. In your root build.gradle:

    allprojects {
    	repositories {
    		maven { url 'https://jitpack.io' }
    	}
    }
  2. Add to your dependencies:

    dependencies {
            implementation 'com.github.tsvetilian-ty:android-hms-map-kit-cluster:{$version}'
    }
To check for different versions or to download as AAR file visit the release page