Click or drag to resize

IRouteCalculatorRecalculateRoute Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Do the work of recalculating the route.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
bool RecalculateRoute(
	RouteStop start,
	RouteStop dest,
	RoutingStrategy strategy,
	RouteProgress routeProgress
)

Parameters

start
Type: Telogis.GeoBaseRouteStop
The starting point of this route.
dest
Type: Telogis.GeoBaseRouteStop
The destination point of this route.
strategy
Type: Telogis.GeoBase.RoutingRoutingStrategy
The routing strategy to use.
routeProgress
Type: Telogis.GeoBase.RoutingRouteProgress
The delegate method used to update RouteProgress bar.

Return Value

Type: Boolean
Returns true if the route calculation succeeded, and returns false if it failed.
See Also