I have a list of lat,lon coordinates as result of tracking a bus. I'm showing the route using PolyLine to create a line to connect "the dots" but because of the accuracy these dots aren't exactly by the street, and when you zoom in it is more obvious.
What can I do to show the route by the street?
This is what I have right now (There are 2 lines because the bus did 2 turns. It won't show like this in the final product)
And this is what I need.
Thanks for your help.