So I have this:
But what I want is this:
I'm pretty sure there should be an option I can specify here:
var options = {
gridSize: 80,
imagePath: imagePath ,
someOption : iAmMissing ??
}
var mc = new MarkerClusterer(map, mapmarkers, options);
google.maps.event.addListener(mc, 'clusteringend', function(){
setTimeout(fixMyPageOnce, 1);
});
But I can't seem to find an option. Is this the right place or is there another way I can get rid of the numbers in the circles?
Create a custom "calculator" function that sets the "text" property of the return value to "".
proof of concept fiddle
code snippet:
You can just use the "styles" options and set the "textSize" option slightly above 0:
It is working for me.
Just set
textColor
totransparent