You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2022. It is now read-only.
This library is a wrapper around "[Google Maps Android API utility library](https://github.com/googlemaps/android-maps-utils)". So you need to implement `com.google.maps.android:android-maps-utils:0.5+` and `com.google.android.gms:play-services-maps:16.1.0` in your build dependencies.
29
-
30
-
Before using this library, please read the "[Google Maps Android API utility library documentation](https://developers.google.com/maps/documentation/android-sdk/utility/)" .
29
+
This library is a wrapper around "[Google Maps Android API utility library](https://github.com/googlemaps/android-maps-utils)" and renderer marker cluster as charts on th Google Maps. You need to implement `com.google.maps.android:android-maps-utils:0.5+` and `com.google.android.gms:play-services-maps:16.1.0` in your build.gradle dependencies.
31
30
32
-
You can see the demo for more details.
31
+
-**NOTE:** Before using this library, please read the "[Google Maps Android API utility library documentation](https://developers.google.com/maps/documentation/android-sdk/utility/)" .
33
32
34
-
NOTE:
33
+
-**NOTE:** Before Building the demo, you must [get an API key](https://developers.google.com/maps/documentation/android-sdk/signup) which you can then add to your demo app.
35
34
36
-
- Before Building the demo, you must [get an API key](https://developers.google.com/maps/documentation/android-sdk/signup) which you can then add to your demo app.
37
35
38
36
### Marker
39
37
40
-
Firstly, you need to generate markers that have a name.
41
-
You must initialize `CMaker` class that is implemented `ClusterItem` and pass the LarLng, the name of marker and the drawable Id. Also you can set the title and snippet of marker.
38
+
First, you need to generate markers that have a name.
39
+
You must initialize `CMaker` class that is implemented by `ClusterItem` and pass the LarLng, the name of marker and the drawable Id. Also you can set the title and snippet of the marker.
0 commit comments