How to hide the numbers on a cluster marker in Google Maps?

后端 未结 3 1197
清歌不尽
清歌不尽 2020-12-22 06:13

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 = {
            


        
3条回答
  •  太阳男子
    2020-12-22 07:03

    Just set textColor to transparent

    var options = {
        textColor: 'transparent',
        gridSize: 80,
        imagePath: imagePath ,
        someOption : iAmMissing ??
    }
    

提交回复
热议问题