Android Question trace routing code

peacemaker

Expert
Licensed User
Longtime User
HI, All

Do we have any sample for making the route over the points set ?
If to have a points matrix and the start and destination points - and the shortest way must be traced from Start to Destination via some points and ignoring the other points.

I see the maze solver lib. But ... in my situation no obstacles, just points...

If to have the points set and the Start point and the Destination point, can this lib be used for the route tracing over some points of the set from Start to Destination ?
The other points are not used - just some points of the shortest route.

So, the result should be the list of the points IDs (among input set) that are the track from Start to Destination.


upd: if to set Dim obstacleDensity = 0 As Int
it's just simple straight route...
 

Attachments

  • TempDownload.png
    TempDownload.png
    12.5 KB · Views: 171
Last edited:
Top