Google Maps v3 - Adding makers results in duplicate markers
- by Richard
Hi guys,
I'm having some problems with Google Maps v3. I have an event listener on "bounds_change" that adds all accommodations(markers) within the active bounds. When i move the map slightly, the same markers are added again because they are located in the bounds. So every time I move the map, duplicate markers are added.
How can I make sure these markers stay unique?
Thanks!!
Richard