This example app demonstrates the following features:
- Make changes on a customer from the agenda.
When you run the example app, the customer changes will be saved.
- Create a
ProgressListenerand avrp::Service. - Retrieve the customer you want to update (see Get Customer example) in a
vrp::Customer. - Change the desired fields of the
vrp::Customer. - Call the
updateCustomer()method from thevrp::Serviceusing thevrp::Customerfrom 2.), a boolean to specify if the route will be reoptimized and theProgressListenerand wait for the operation to be done.