Google Maps Android 3D Pie Chart - Bar Chart Marker Clustering Java.
This open-source library for marker clustering that has a beautiful 3D Pie chart and also bar chart for clustering which can useful for statistical regions.
- Display 3D pie chart for clustering
- Display Bar chart for clustering
Usage
First add jitpack to your projects build.gradle file
allprojects {
repositories {
...
maven {
url "https://jitpack.io"
}
}
}
Then add the dependency in modules build.gradle file
dependencies {
compile 'com.github.aminyazdanpanah:google-maps-3D-pie-chart-marker-clustering-java:v1.2'
}
Installing Demo
Before build the demo, you should get an API key and replace it in AndroidManifest.xml.
Developed By
License
Copyright 2017 Amin Yazdanpanah Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
For more information, check out my website.