在Chrome74上弹跳时调用seticon,那么它只会弹跳一次。
跳跃->停止->跳跃(仅1次弹跳)
public jump = ()=> {
this.marker.setAnimation(google.maps.Animation.BOUNCE);
}
public stop = ()=> {
this.marker.setIcon("");
this.marker.setAnimation(null);
}