On Jun 8, 11:59 pm, Nicolas <[email protected]> wrote:
> Hi! thanks for your answer. I already tried with:
> marker.openInfoWindowHtml(html, { noCloseOnClick:true });  but it
> doesn't work,


Then you made something wrong. Thats one reason why we would need a
link to the non working map - as stated in the posting guidelines.


Before opening an infowindow you can check if a *global* variable has
the right value and then open it

if(flag == true) open.infowindow...

That would mean that the infowindow cannot be openend as long as the
variable flag is set to false. So you have to switch the variable flag
accordingly.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to