Click or drag to resize

RouteProgress Delegate

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns calculation progress as a percentage during a route operation.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public delegate void RouteProgress(
	double complete,
	string doing
)

Parameters

complete
Type: SystemDouble
doing
Type: SystemString
Remarks
complete is a value between 0 and 100, representing the percentage of the route that has been completed. This value may go down if the routing engine backtracks.
doing reports the co-ordinates of the RouteStops that the routing engine is currently routing between.
See Also