Now I'm getting really confused. address is supposed to be the variable "address" from the xml file defined in this section: "// obtain the attribues of each marker"
How do I pass that to the sidebar html? On Jun 17, 8:52 am, Ralph Ames <[email protected]> wrote: > >When I remove the first "return marker;" the markers go away too. I've > >successfully built these kinds of maps before and had no issues. This > >time, I'm using tabbed windows and believe the problem may lie there. > > Address is undefined here > > side_bar_html += '<a href="javascript:myclick(' + (gmarkers.length-1) + > ')">' + address + '<\/a><br>'; > > address needs to be passed to the createTabbedMarker function > > Ralph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
