is it possible to set the bubble info from the marker in this way that only one is opend at a time?
If next marker is clicked the other gets closed?
And is it possible that on click out of that info field or move the mouse out the field closes?
Thanks
Hey Guenter,
Thank you for using Enfold.
Yes, this is possible. However, it will require modifications in the js > shortcodes.js > aviaMapsApi function. We found this:
Best regards,
Ismael
thanks but the old behaviour of api v2 seems to be so complex to realise on maps api v3 that a lot of requests even in the google community doesn’t really help.
can be closed in a few days because i will give me a chance to manage it myself and make a message here.
And Ismael – this is not the thing i’m requesting.
I want to close the infowindow of previous marker – if i click the next marker (on a map with multipel markers).
So only show one infoWindow at a time (this was the standard of map api v2
Hi,
The purpose of the suggested fix in the link is to save the markers in an array so that you can do something later with it. One thing that you can do is to destroy or close all open markers if you click on another. Unfortunately, this modification will take some time to implement.
Best regards,
Ismael