I have a google map which gets refreshed for marker data on the bounds_changed event. On click of the marker i have a info window open up. Now if a marker is at the corner of the map it moves a map a bit to fit the pop up into the map view.
Now at this time my bounds_changed event gets fired again and it will bind all the markers again with new data. So that's not a very smooth UX. How can i resolve this ?
Thanks in advance.