ewoken / Leaflet.MovingMarker

A Leaflet plug-in to create moving marker
MIT License
342 stars 177 forks source link

Destionation Reached Event #35

Open BobJFMG opened 5 years ago

BobJFMG commented 5 years ago

I'd like to suggest "destionation" event, when the marker reach a point from the list, so we can update other info based on the point (the vehicle speed at the moment of tracker transmission for example, in my application).

I managed to do so by putting my code in the "_loadLine" function in MovingMarker.js wich tell the current point index, so I guess it's a useful and easy to make feature.