SetShortest

Top  Previous  Next

Procedure SetShortest;

 

This function is a shortcut to defining cost as the shortest route and extra variable as time. It simply sets these 4 parameters this way:

 

costtime = 0

costdist = 1

extratime = 1

extradist = 0

 

See also SetFastest

 

ActiveX / VCL / CLX component: RWcalc