HelpFaqsOptimization APIRoute OptimizationRoute Optimization FAQQ1. How to get geojson route response based on output of route optimization API?Q2. How to generate a large number of MVRP transactions?Q3. What are the maximum limits for locations, jobs & vehicles for Route Optimization API?Q4. What is traffic_timestamp and write an example with this parameter?Q5. How to assign the jobs equally to all the vehicles given in the payload?Q6. Keeping a specific use case in mind, How can I assign a specific vehicle to deliver the order to a customer?Q7. Why does the higher number of shipments take more time and do not receive a response in time?Q8. What is a reasonable turnaround time for the API requests if we’re making a GET request once every second or so and want to avoid any service interruptions? Q9. Why is the provided distance longer for a particular vehicle even when there are other vehicles available in the area?Q10. In case of multiple jobs occurring at the same location with different time windows, service times, loads, etc. Should you assign multiple jobs to the same location index, or have separate locations for each?Q11. If we have several jobs at the same location and want to use a custom cost matrix, what is the best practice for assigning different weights to the different jobs?Q12. While using a custom cost matrix does the algorithm consider wait time and service time?Q13. How does the algorithm work to get the cost of each stop while using a custom cost matrix? “Cost Matrix Value + Service Time + Wait Time”Q14. What are the details of the duration attribute for each step in a returned optimization?Q15. Is there a way to assign certain jobs to a specific truck and specify the sequence location of specified stops? For specific scenarios such as:Q16. How can I request a round trip while using Route Optimisation? To make sure a Vehicle returns to its initial location?Q17. How to add breaks for each Vehicle/Driver?Q18. Why do the priorities I set in the Route Optimization V2 API not seem to affect the results?Q19. How to use Depot as a starting/ending point for a delivery vehicle?