Closed pawelbrachaczek closed 8 years ago
Can you explain what you're looking for, Maybe you're looking for the cluster.add feature on http://gmap3.net/api-cluster.html If so, have a look on the example: https://github.com/jbdemonte/gmap3/blob/master/dist/examples/cluster-add.html
Yes, add() was just what I was looking for, thank You:)
Another question: Can I add click event to cluster and block click on the map, like stopPropagation()?
the event is provided in the function arguments, so you should can
Hi again,
It is possible to add cluster to all markes on map (not create markers with cluser)?