Click or drag to resize

IRouteOptimizeStops Method (DateTime)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Optimizes the stop ordering on the route in consideration of the traffic and the time windows of the stops.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
OptimizeResult OptimizeStops(
	DateTime startTime
)

Parameters

startTime
Type: SystemDateTime
The start time of the route.

Return Value

Type: OptimizeResult
An OptimizeResult class containing a list of the stops in optimized order.
See Also