EmployeeSpeedZones
Name: Employee Speed Zones
Type: Application
Modules: Scheduling
Description: Definition of a Speed Factor, which is the percentage of the speed limit a driver will drive at through a certain area. This can be calculated based on the driver's familiarity with the route.
| Field | Documentation |
|---|---|
| EmployeeId | Numeric identifier of the employee (from the Employees table). |
| PolyId | Numeric identifier of the polygon (from the Polygons table in MmsMap.dbd). |
| SpeedType | Hard-coded value for the speed type that indicates when the speed factor is applied (1 = all speed zones, 2 = non-street route calculations). |
| SpeedFactor | Value to apply when calculating trip times. New and experienced drivers will navigate a city at different speeds. |
| FromDate | Date from which the speed factor can be applied when calculating trip times. |