Hi everyone,
I wanted to build a real-time dashboard that would track driver location continuously and plot the location on the map, just like uber, which shows the live driver location. I could refresh the whole page every time there was a change in location. I was looking for a solution that wouldn’t refresh the whole page and smoothly update the location on the map.
Thank you.