-
Notifications
You must be signed in to change notification settings - Fork 10
weakwire/AndroidMapCluster
Folders and files
| Name | Name | Last commit message | 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
About
A project that demonstrates point clustering in android mapviews using different clustering algorithms
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published