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?

Re: Route matching algorithm

Hi.

Yes, you can see how to do this in the Navigation example script.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Route matching algorithm

That worked, thank you.