When a map marker is clicked, I have it set so that the 'click' event opens the info window, then draws a pair of polylines from a preset point to the marker clicked. Then I have another listener on the infowindowclose event that removes the polylines. It seems that sometimes, but not always, the polylines from the first marker clicked don't get removed when clicking on a 2nd sidebar entry. I am now trying to use 'mousedown' instead of 'click' and 'infowindowbeforeclose' instead of 'infowindowclose'. Will this make any difference?
You can see the js function to create a marker here: http://www.bassface3d.com/shmoogle/phpBB3/includes/shmoogle/shmoogle.js Thanks in advance, Will On Oct 7, 12:12 pm, BassFace <[email protected]> wrote: > OMFG! Thank you sooooo much! > > On Oct 7, 11:40 am, Ralph Ames <[email protected]> wrote: > > > Yes. > > > Ralph > > -www.easypagez.com/maps/map_index.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
