Google Maps markerClusterer + InfoBubble - selectively display or hide based on cluster true or false
问题 I have markerCluster working fine with InfoBubbles (a utility for gmaps v3). It looks like this: Last little improvement here is to make the infoBubbles disappear IF the markers have been clustered. You can see the (3) in the image and you see some phantom infoBubbles floating nearby but no markers underneath them. The code says: infoBubble[i] = new InfoBubble({ content: '<div id="msg" class="map-text" style="font-size:13px">'+res[i].job.start_time+" -"+res[i].job.end_time+'</div>',