Drop animation marker
See original GitHub issueHi Masashi, is there any drop animation for markers? I thought I read about in your docs but can’t even find it in your docs nor in the googlemaps-cdv-plugin.js
https://developers.google.com/maps/documentation/javascript/examples/marker-animations
If it’s not already implemented, it would be a nice feature request I guess:
map.addMarker({
...
animation: plugin.google.maps.Animation.DROP
});
Issue Analytics
- State:
- Created 9 years ago
- Comments:10 (7 by maintainers)
Top Results From Across the Web
Marker Animations | Maps JavaScript API - Google Developers
This example creates a marker in Stockholm, Sweden that uses a DROP animation. Click on the marker to toggle the animation between a...
Read more >Marker Animation (Drop) Google Maps - CodePen
<title>Marker animations with <code>setTimeout()</code></title> ... <button id="drop" onclick="drop()">Drop Markers</button>.
Read more >Google maps marker DROP animation is inconsistent
To get the marker to drop again, set the map property to null (removing it from the map), then set the animation again,...
Read more >Google Maps V3 with Markers having Drop Animation with ...
Here Mudassar Ahmed Khan has explained with an example and attached sample code, how to populate Google Maps Version 3 with animated markers...
Read more >starsirius/map-marker-drop - GitHub
Marker drop animation on a map. Contribute to starsirius/map-marker-drop development by creating an account on GitHub.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Implemented the marker animation feature both Android and iOS. The code has merged into the test branch.
Available values: plugin.google.maps.Animation.DROP plugin.google.maps.Animation.BOUNCE
Test code:
Oh, my bad. Sorry, i was using the master branch. Going to download the test.