user5940043
user5940043

Reputation:

Animate Marker Google Map android

I have implemented google map in my application, I want to animate my marker like below.

How can I achieve this?

image

Upvotes: 1

Views: 4389

Answers (2)

Venkatesh
Venkatesh

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

TheIronDuke
TheIronDuke

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

Related Questions