Hi there, I have three arrays which store my markers...
I setMap(map) for all the markers then push into the corresponding array. Now. only the first array the marker[i].setMap(null); actually takes the marker away from the map when i try marker2[i].setMap(null) i get this... Uncaught TypeError: Cannot call method 'setMap' of undefined.. and the marker doesnt dissapear from the screen... why is that? is only one array allowed to store all markers? -- 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.
