Skip to content
This repository was archived by the owner on Oct 9, 2022. It is now read-only.

Commit 985bf34

Browse files
Update README.md
1 parent cf04f70 commit 985bf34

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

README.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,32 @@ This open-source library for marker clustering that has a beautiful 3D Pie chart
1313
- **Display 3D pie chart for clustering**
1414
- **Display Bar chart for clustering**
1515

16-
## Demo
17-
1816
![Demo](/doc/demo.gif?raw=true "Demo")
1917

20-
## Installation
21-
Before build the demo, you should get an [API key][API] and replace it in [AndroidManifest.xml][manifest].After that clone it and build it.That's it!
18+
19+
### Usage
20+
21+
First add jitpack to your projects build.gradle file
22+
23+
```gradle
24+
allprojects {
25+
repositories {
26+
...
27+
maven { url "https://jitpack.io" }
28+
}
29+
}
30+
```
31+
32+
Then add the dependency in modules build.gradle file
33+
34+
```gradle
35+
dependencies {
36+
compile 'com.github.aminyazdanpanah:google-maps-3D-pie-chart-marker-clustering-java:v1.2'
37+
}
38+
```
39+
40+
## Installation Demo
41+
Before build the demo, you should get an [API key][API] and replace it in [AndroidManifest.xml][manifest].
2242

2343
# Developed By
2444

0 commit comments

Comments
 (0)