IRouteCalculatorRecalculateRoute Method | |
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
)
Function RecalculateRoute (
start As RouteStop,
dest As RouteStop,
strategy As RoutingStrategy,
routeProgress As RouteProgress
) As Boolean
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:
BooleanReturns true if the route calculation succeeded, and returns false if it failed.
See Also