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

Commit 61479af

Browse files
Update README.md
1 parent 3c52ea6 commit 61479af

File tree

1 file changed

+33
-4
lines changed

1 file changed

+33
-4
lines changed

README.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,49 @@
1+
# Google Maps Android 3D Pie Chart Marker Clustering Java.
2+
13
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Google%20Maps%20Android%203D%20Pie%20Chart-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/5748)
24
[![Build Status](https://travis-ci.org/aminyazdanpanah/google-maps-3D-pie-chart-marker-clustering-java.svg?branch=master)](https://travis-ci.org/aminyazdanpanah/google-maps-3D-pie-chart-marker-clustering-java)
35
[![API](https://img.shields.io/badge/API-15%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=15)
46
[![](https://jitpack.io/v/aminyazdanpanah/google-maps-3D-pie-chart-marker-clustering-java.svg)](https://jitpack.io/#aminyazdanpanah/google-maps-3D-pie-chart-marker-clustering-java)
57
[![Coverage Status](https://coveralls.io/repos/github/aminyazdanpanah/google-maps-3D-pie-chart-marker-clustering-java/badge.svg?branch=master)](https://coveralls.io/github/aminyazdanpanah/google-maps-3D-pie-chart-marker-clustering-java?branch=master)
68

7-
# Google Maps Android 3D Pie Chart Marker Clustering Java.
89

910
This open-source library for marker clustering that has a beautiful 3D Pie chart for clustering which can useful for statical region.
1011

1112

12-
- **Marker clustering** — display 3D pie chart for clustering
13-
- **Marker clustering** — display bar chart clustering
13+
- **Display 3D pie chart for clustering**
14+
- **Display bar chart for clustering**
15+
16+
## Demo
1417

1518
![Demo](/doc/demo.gif?raw=true "Demo")
1619

17-
Please replace the Api key with your own in [Manifest.xml][manifest]. For more information, check out [my website][my-website].
20+
## Installation
21+
Before build the demo, you should get an [API] [API] key and replace in [AndroidManifest.xml][manifest].After that clone it and build it.That's it!
22+
23+
# Developed By
24+
25+
* [Amin Yazdanpanah](http://www.aminyazdanpanah.com)
26+
27+
28+
# License
29+
30+
Copyright 2017 Amin Yazdanpanah
31+
32+
Licensed under the Apache License, Version 2.0 (the "License");
33+
you may not use this file except in compliance with the License.
34+
You may obtain a copy of the License at
35+
36+
http://www.apache.org/licenses/LICENSE-2.0
37+
38+
Unless required by applicable law or agreed to in writing, software
39+
distributed under the License is distributed on an "AS IS" BASIS,
40+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
41+
See the License for the specific language governing permissions and
42+
limitations under the License.
43+
44+
45+
For more information, check out [my website][my-website].
1846

1947
[my-website]: http://www.aminyazdanpanah.com
2048
[manifest]: https://github.com/aminyazdanpanah/google-maps-3D-pie-chart-marker-clustering-java/blob/master/demo/src/main/AndroidManifest.xml#L39
49+
[API]:https://developers.google.com/maps/documentation/android-api/signup

0 commit comments

Comments
 (0)