perliedman/leaflet-routing-machine

Vehicle route tracking

fermabo opened this issue · 1 comments

Hi, I'm trying to find a way to represent a marker or vehicle that moves at a certain speed on a route, simulating real-time tracking, is it possible?

This should definitely be possible. If you have the vehicle's coordinates when it moves, updating the waypoints might do the trick (similar to what I did as a quick example here)