Fast Marker Clusters Cluster Distance - Folium

18 Views Asked by At

I am currently using the fast marker cluster function in Folium to aggregate data points on a folium map.

marker_cluster_wind = FastMarkerCluster(data=data, callback=callback).add_to(m)

I would like to know if there is a method to increase the distance of a cluster so that points further away can cluster together.

0

There are 0 best solutions below