Sore Marker in Google Maps v3

In the Google Maps API v2, we can set an option to mark bouncy:true. It adds the ability of a marker eye candy - after dragging this marker, it bounces.

Can this be done in API v3?

+5
source share
3 answers

I just quickly looked at the v3 API specification for Markers - it doesnโ€™t seem like the โ€œbouncyโ€ option is available right now, but I wouldnโ€™t be surprised to see that it is implemented in the v3 API at some points - it is still in beta and may change a little.

, V3 "dragend" Marker. MarkerImage - MarkerImage API.

+3

V3

google.maps.event.addListener(marker, "dragend", function(){

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

});
+14

, V3 Google, , , .

z-index z- , .

0

All Articles