On Oct 29, 4:09 pm, Penny <[email protected]> wrote: > The question is simple. > I have a map with many marks and every mark have its own info windows. > > I would like to open that windows from list external of the map frame. > Is there a way to give to every marks/infowindows an ID and call it?
Yes. Here is one example: http://www.geocodezip.com/xmlTabsQueryStringLinkTo.asp?marker=1&tab=2 It uses the order of the markes in the xml file as the id. You can obviously write code to add an id to the marker and use that to index the array. -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
