Hello, I am having some difficulty with understanding how the content of an InfoWindowHtml is created.
I create a marker, and that marker opens an infoWindow that has an image inside of it with a unique ID. When I open the infoWindow, and do a javascript call to hide that image, the image disappears. However, if I close the infoWindow and re-open it, the image is back. This also applies to changing the image src. The only way I can have the change be permanent is if I use a global variable for the image src within the info window, then not only change the src of the image, but also by changing the value of the global variable. This leads me to believe that each time the info window is opened the dom node is created anew, which is rather inconvenient. Is this correct? -- 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.
