Click or drag to resize

RouteForceRecalculate Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Force the route to be recalculated. This should be called if anything the route is unaware of changes.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
Remarks

This method should be called if a Route has already calculated directions using GetDirections, and then subsequently had changes made to its RoutingStrategy or VehicleSpec.

Examples include setting a Telogis.GeoBase.GeoFence in the RoutingStrategy's KeepOut list, or changing the height of your VehicleSpec.

If not called under these circumstances then the route will simply return previously calculated directions. These may violate a GeoFence or produce a route unsuitable for the given vehicle specifications.

See Also