WaypointRouteCalculatorIsRouteLegal Method | |
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()
Public Function IsRouteLegal As Boolean
Return Value
Type:
BooleanReturns true if the route is legal and hence does not need to be recalculated.
Implements
ILazyRouteCalculatorIsRouteLegalSee Also