RouteStopWindowViolation Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Describes the time window violation of a given stop on an optimized route.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public enum RouteStopWindowViolation
Public Enumeration RouteStopWindowViolation
Members
| Member name | Value | Description |
---|
| None | 0 |
No time window violation.
|
| TooLate | 1 |
This route stop occurs after its scheduled time window.
|
| TooEarly | 2 |
This route stop occurs before its scheduled time window.
|
See Also