Removing google mail markers with jquery after getting them from xml
- by sebastian
Hi there,
I'm trying to create a page that contains a google map. The map is filled with markers from an xml file.
I just can't figure out how to remove "old" markers, that don't match the latest user input.
At the moment my js stops after the very first xml item.
The clearList.push(marker); is supposed to put the generated marker away for later…