Reputation:
I have implemented google map in my application, I want to animate my marker like below.
How can I achieve this?
Upvotes: 1
Views: 4389
Reputation: 19
Check this link,https://github.com/aarsy/GoogleMapsAnimations
GoogleMapsAnimations" is an awesome first of its type android library for showing a ripple and radar animations on a google map, e.g show catchment area of an earthquake where ripples have been felt, give prominence to certain markers which need to be highlighted. Also add a ripple when your user is moving on the map and give a #PokemonGo type ripple effect and also add a radar type effect to show users that you are searching in certain area
Upvotes: 0
Reputation: 24
This link should help you : https://developers.google.com/maps/documentation/android-api/marker Then just use the image you have posted as the marker
Upvotes: 0