Open younus93 opened 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.
same issue here have you come up any solution.
you'll just catch the event when your marker has finished animating, and then start the animation to the next position.
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.