Tell us what you are trying to do?
I switched on the cluster feature of the map. The issue is the pins. I have 2 pins that have the same exact address which is: S41 8NG, United Kingdom. Another address with multiple pins is: United Kingdom. The cluster works. However, for the multiple pins with same address, the cluster isn't expanding anymore and the individual pins are not showing.
Is there any documentation that you are following?
Is there a similar example that we can see?
Visit this page: hidden link, in the map you can see this: hidden link . Click the cluster that I've highligted. Then it will expand to this: hidden link. When you click that highlghted cluster, it will not expand anymore. That address is United Kingdom.
What is the link to your site?
Visit this page: hidden link
Hi,
Thank you for contacting us and I'd be happy to assist.
To show individual pins on the same location separately, you'll need to set the "spiderfy" attribute to "on" and also specify the maximum zoom level at which the clustering of markers ends using the "cluster_max_zoom" attribute:
https://toolset.com/documentation/programmer-reference/maps/maps-shortcodes/#wpv-map-render
For example:
[wpv-map-render map_id="map-users" map_height="500" cluster="on" spiderfy="on" cluster_max_zoom="8"][/wpv-map-render]
I hope this helps and please let me know if you need any further assistance around this.
regards,
Waqar
Hi Waqar,
I've tested the solution that you provided and it works. However, I still have to click the pin to make the 4 pins appear. Is it possible to show the 4 pins after clicking the cluster? Here are the steps to replicate the issue:
1. Visit hidden link
2. Click the highlighted cluster hidden link
3. Click the highlighted cluster hidden link
4. Click the highlighted pin to show the 4 pins hidden link.
Step 4 should not happen anymore. When you do step 3, the 4 pins must show.
Thanks for the update and glad that it worked.
I've performed some testing and research but, I'm afraid I couldn't find any option/method in Toolset or even Google Maps API to show spiderfied markers without clicking.
You can consult someone from our recommended contractors list ( https://toolset.com/contractors/ ) or in community forums ( like https://stackoverflow.com/ ) to get more ideas and recommendations around this customization.