Esri / route-planner-csharp

Routing and scheduling sample application using arcgis.com directions (network analysis) services.
Apache License 2.0
30 stars 37 forks source link

Added additional readings for priority - Low, Normal, High, Urgent - #30

Closed aayushkr closed 6 years ago

aayushkr commented 7 years ago

Revenue (in VRP) maps to Priority (in Route Planner). Priority can now take any non negative integer value and the VRP will give more priority to higher values accordingly. We have created the following four priorities which can be customized further by developers extending this application: Urgent = 1000000 High = 1000 Normal = 1 Low = 0