marker-animate-unobtrusive icon indicating copy to clipboard operation
marker-animate-unobtrusive copied to clipboard

Moving marker over multiple checkpoints

Open younus93 opened this issue 7 years ago • 2 comments

Hello,

How do we enable marker movement through a set of coordinates continuously?

Assuming we have an array that stores LatLng coordinates which are added continuously, and we require the marker to slide over all the checkpoints in the array.

younus93 avatar Nov 14 '17 13:11 younus93

same issue here have you come up any solution.

naumanahmad17 avatar Nov 28 '17 07:11 naumanahmad17

you'll just catch the event when your marker has finished animating, and then start the animation to the next position.

benzkji avatar Jan 28 '18 22:01 benzkji