terikon / marker-animate-unobtrusive

Google Maps markers become animated, unobtrusively
MIT License
222 stars 52 forks source link

Moving marker over multiple checkpoints #25

Open younus93 opened 6 years ago

younus93 commented 6 years ago

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.

naumanahmad17 commented 6 years ago

same issue here have you come up any solution.

benzkji commented 6 years ago

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