RouteFindDynApproach |
Top Previous Next |
This method will return a TRoute list to a location, if an isochrone has already been calculated from another location.
2 examples with the same functionality:
TCalc.IsoCostDynApproach(location1,approach1) cost = TCalc.RouteFindDynApproach(location2,approach2,route)
cost = TRouteCalc.RouteDynApproachEx(location1,location2,approach1,approach2,route)
If location1.link = location2.link you will have to use the TRouteCalc method.
Syntax: RouteFindDynApproach(loc: TLocation; approach: TApproach; var route: TRoute): TCost
|