The default render function for the library used by MarkerClusterer.
Currently set to use the following:
// change color if this cluster has more markers than the mean cluster constcolor = count > Math.max(10, stats.clusters.markers.mean) ? "#ff0000" : "#0000ff";
The default render function for the library used by MarkerClusterer.
Currently set to use the following: