OptimizeResultGetStops Method | |
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()
Public Function GetStops As OptimizedStop()
Return Value
Type:
OptimizedStopAll the stops in the route in optimized order.
See Also