Skip to content

weakwire/AndroidMapCluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages