2017-01-26 10 views

答えて

0

ドキュメントにあります。

https://developers.google.com/maps/documentation/javascript/examples/marker-animations

marker = new google.maps.Marker({ 
    map: map, 
    draggable: true, 
    animation: google.maps.Animation.DROP, 
    position: {lat: 59.327, lng: 18.067} 
}); 

marker.setAnimation(google.maps.Animation.BOUNCE); 
+0

JSX構文を使用しています。私は ''とすべての種類を試しましたが、それは私のためには機能しません。 – ckim16

関連する問題