![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
This class provides low-level access to the underlying follow mode functionality.
Static Public Member Functions | |
static bool | shortestRoute (TSLBoundaryHelper &network, const TSLCoord &from, const TSLCoord &to, TSLCoordSet &coords) |
|
static |
Calculate the shortest route between the specified two coordinates via the specified network defined by the boundary helper.
network | The network to traverse |
from | Coordinate to route from - must match a vertex in the network |
to | Coordinate to route to - must match a vertex in the network |
coords | storage for the route details. Any edges already in this list will not be used when calculating the route in order to stop backtracking. |