Click or drag to resize

WaypointRouteCalculatorIsRouteLegal 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.

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

Return Value

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

Implements

ILazyRouteCalculatorIsRouteLegal
See Also