javascript Programming Glossary: the_marker
Looping through Markers with Google Maps API v3 Problem http://stackoverflow.com/questions/2670356/looping-through-markers-with-google-maps-api-v3-problem clicks the last marker. Im not sure why though because the_marker is set up the same way. How can I fix this Updated with new.. 'mapdata.xml' function xml 'location' xml .each function i the_marker new google.maps.Marker title this .find 'name' .text map map.. 'description' .text new google.maps.event.addListener the_marker 'click' function infowindow.open map the_marker javascript..
|