Click or drag to resize

RouteStopWindowViolation Enumeration

Verizon Connect Logo
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
Members
  Member nameValueDescription
None0 No time window violation.
TooLate1 This route stop occurs after its scheduled time window.
TooEarly2 This route stop occurs before its scheduled time window.
See Also