Topic: Route matching algorithm
I have a Route which is drawn on the map (OnlineMapsDrawingLine).
Now, I have an object for which I get the GeoLocation in each frame. Is there an efficient way to move the object on the closest point on the route, i.e. implement a Route-Matching algorithm?