Click or drag to resize

RouteAddStops Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Adds all the supplied RouteStop objects to the route at the most logical places in the list.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void AddStops(
	params RouteStop[] stops
)

Parameters

stops
Type: Telogis.GeoBaseRouteStop
An array of RouteStops to add.

Implements

IRouteAddStops(RouteStop)
See Also