Marker Clusterer
An overlay allowing to perform markers clustering. Usage: put your markers inside with add(Marker), and add the MarkerClusterer to the map overlays. Depending on the zoom level, markers will be displayed separately, or grouped as a single Marker. This abstract class provides the framework. Sub-classes have to implement the clustering algorithm, and the rendering of a cluster.
Author
M.Kergall
Inheritors
Functions
Link copied to clipboard
Add the Marker.
Link copied to clipboard
Build the marker for a cluster.
Link copied to clipboard
clustering algorithm
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Force a rebuild of clusters at next draw, even without a zooming action.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
build clusters markers to be used at next draw
Link copied to clipboard
Link copied to clipboard