I want to set a scale in and scale out animation to marker. I want to scale in the marker icon for 1 second and scale out for 1 second...and keep continue this animation sequence. I have done this in Ios im wondering if this is possible in android .
Asked
Active
Viewed 759 times
2 Answers
0
You have the method
GoogleMap.moveCamera (CameraUpdate update)
Here the docs to GoogleDevelopers for moving the camera in a Google Map https://developers.google.com/maps/documentation/android-api/views#moving_the_camera

PereCullera
- 177
- 2
- 12
-
no that's not what im looking for. "I want to scale in the marker icon for 1 second and scale out for 1 second...and keep continue this animation sequence" – Shehan Ekanayake Sep 06 '15 at 19:54
0
What about changing the icon programatically? https://developers.google.com/android/reference/com/google/android/gms/maps/model/Marker.html#setIcon(com.google.android.gms.maps.model.BitmapDescriptor)

PereCullera
- 177
- 2
- 12