Matrix routing tutorial

In this excerpt, we demonstrate the use of Matrix Routing. In the model example, we have 6 blue points (e.g., taxis), all of which can pick up one client (green point). Using a single call of matrix routing 6×1, we can simultaneously determine the distance and travel time of all vehicles to that client. We select the vehicle closest to the client and plan the route in detail for it using regular planning.

For details of the solution, refer to the code.