javascript - How to change font color of google maps marker clusterer -
could please tell me how change font color of markerclusterer marker. current code styling marker
mcoptions = {styles: [{ height: 27, url: "image.png", width: 35 }], maxzoom: 8 } var markercluster = new markerclusterer(map, markers, mcoptions);
you can check documentation marker clusterer under class clustericonstyle
there option named textcolor
sets color of label text shown on cluster icon.
Comments
Post a Comment