I start the search with google.maps.places.PlacesService(map), and then put the markers on the map, which is fine. I do this every time a dragend event occurs.
But then, each time, it is added on the right side of the "Listing on yellowpages" card. Therefore, if I scroll 3 times, I get 3 "List by yellowpages". How to remove this?
source
share