On Jul 21, 8:18 am, Lilia <[email protected]> wrote: > Now I'm able to close the infowindows on a map click, thank you! > > The infowindow is created in a loop because it's populated by db info.
That shouldn't matter. That is a limitation of your current PHP structure, and can be changed. If you use a stucture like this: http://www.geocodezip.com/v3_MW_example_map3.html (an use your database to create the xml) It works. -- Larry > I haven't been able to figure out a way to create a single occurrence > of an info window outside of the loop while still using the > information from the loop. If that makes any sense at all... > > I'll be presenting to my manager tomorrow and I'm hoping that the > close on map click functionality should suffice for now. > > Thanks much! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
