Multiple Infobubbles on the Map at once.
Hi,
First Post. Here goes:
I have the Map, I have the Multiple Markers on the Map. All is fine.
I need the Infobubbles open for every marker on the Map as we have a custom Icon and the (text : 'Hello') property does not seems to work on the Marker object. I can see it works on StandardMarker. I have tested that.
The best I have got so far is the Infobubble open for the last marker.
Is this the case? Can I only have 1 infobubble open at once? Can this be overridden?
Awaiting your kind replies.
H.
Re: Multiple Infobubbles on the Map at once.
I found the answer -
Add in :
[FONT=Tahoma]infoBubbles.options.set("autoClose", false);[/FONT]
AFTER your open
infoBubbles.openBubble("Test :)", marker.coordinate, function () { }, false);