On Jul 7, 4:57 pm, thebrianschott <[email protected]> wrote: > > I have been assuming that it is not important that the anonymous > function and the original command > marker.openInfoWindowHtml(iwform); > is part of a GEvent.addListener(marker,"click",function()... > expression, which itself is part of a function definition.
I think that it is important that it is, or you will not achieve closure on your "marker" variable and won't be able to use it to remove the marker. As I said, time for a link, please. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
