0

I am trying to animate MapMarker object movement between two point on the map. This is line that sets new position but without animation.

marker.setCoordinate(new GeoCoordinate(lat, lon));
Vuk Pekez
  • 80
  • 1
  • 5

1 Answers1

0

I found this https://developers.google.com/maps/documentation/javascript/reference/marker?hl=en#Marker.setAnimation but it looks like continuous animation

Maybe you can create manually your own animation with PropertyAnimator or something else and calculating progress of changing position