Click or drag to resize

RouteAddStop Method (RouteStop)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Adds a RouteStop at the most logical place in the list. Multiple stops at the same location are ignored.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void AddStop(
	RouteStop stop
)

Parameters

stop
Type: Telogis.GeoBaseRouteStop
The RouteStop to add.

Implements

IRouteAddStop(RouteStop)
Remarks
If a high-numbered RouteStop is added between two lower numbered ones, this method will re-order those stops to avoid back-tracking. For example, imagine a straight road with stops 1 and 2 on it. Using this method, should stop 3 be added between 1 and 2, the stops will be re-ordered to run 1,2,3.
Please note that this is not comparable to the optimization available via OptimizeStops.

Related articles: Using a RouteMatrix.

See Also