CalcSideInOutArray

Top  Previous  Next

This method is for preparing SideInArray and SideOutArray with optimum values (avoiding U-turns as much as possible), when the elements in LL is already in the correct sequence.

 

It will test all possible combinations, so calculation time increases if LL has many elements or the elements are far apart.

As an example 100 locations takes 3 second, while 500 locations take 13 secs on the sample street network.

 

It should be used before calling RouteListDyn.

 

Syntax: CalcSideInOutArray(LL: TLocationList)

 

Only available in the Pro version.