Click or drag to resize

ILazyRouteCalculatorIsRouteLegal Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Called by the Navigator to check whether the current route is free from constraint violations and if not, apply a routing constraint so that the next route calculated will be different. GeoBase uses the directions generator to check whether a constraint has been violated, and if so, recalculates the route.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
bool IsRouteLegal()

Return Value

Type: Boolean
Returns true if the route is legal and hence does not need to be recalculated.
See Also