I want to bounce a pin on a google map once. The following code will make the marker bounce but it just keeps going...
myPin.setAnimation(google.maps.Animati
At the moment there is no built in animation for bouncing once.
If you are OK with it bouncing twice then i strongly suggest that you use this:
marker.setAnimation(4);