weakwire/AndroidMapCluster
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
A project that demonstrates point clustering in android mapviews using different clustering algorithms Usage: List<GeoPoint> geoPoints = new ArrayList<GeoPoint>(); //fill the list.. mapView.setPoints(geoPoints).setMaxPoints(20); Algorithms : * GVM Fast Satiol Clustering by Tom Gibara http://www.tomgibara.com/clustering/fast-spatial/ Other clustering methods soon to be added