I have set noCloseOnClick as well...
new_marker.bindInfoWindow(create_textbox_infoWin(transit_place),
{noCloseOnClick : 'true'});
that makes the infowindow to not close when you click on the map...
check my link as well.
www.whitehat.gr/map_test/map.phpwhen you click on the marker the infowindow closes (that makes the marker o dissapear as i have set it) and then reopens On Mar 4, 6:54 pm, Esa <[email protected]> wrote: > On Mar 4, 6:41 pm, sarris <[email protected]> wrote: > > > Then when i click the marker the infowindow closes and opens > > again...But i have a function binded on the infowindowclose event > > which i ould not like to execute on that case...clickcing the marker > > that is. > > Have you tried noCloseOnClick option of > openInfoWindow()http://econym.org.uk/gmap/reference.htm#openInfoWindow > > GMarker option {clickable: false} does not do anything if {draggable: > true} is set. Actually that is something that should be mentioned in > the documentation. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
