Radius Marker Clusterer
Radius-based Clustering algorithm: create a cluster using the first point from the cloned list. All points that are found within the neighborhood are added to this cluster. Then all the neighbors and the main point are removed from the list of points. It continues until the list is empty. Largely inspired from GridMarkerClusterer by M.Kergall
Author
sidorovroman92@gmail.com
Properties
Functions
Link copied to clipboard
Build the marker for a cluster.
Link copied to clipboard
Radius-Based clustering algorithm
Link copied to clipboard
If you want to change the default text paint (color, size, font)
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
Set max zoom level with clustering.
Link copied to clipboard