Click or drag to resize

OptimizeResultGetStops Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Retrieve all the stops in the route in optimized order. This can be used to examine the expected arrival time for each stop, regardless of whether the time windows are satisfied.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public OptimizedStop[] GetStops()

Return Value

Type: OptimizedStop
All the stops in the route in optimized order.
See Also