This example app demonstrates the following features:
- Add a customer to the agenda to create orders for this customer and to use them in optimizations.
When you run the example app, a customer will be saved.
- Create a
vrp::Customerand set the desired fields. - Create a
ProgressListenerandvrp::Service. - Call the
addCustomer()method from thevrp::Serviceusing thevrp::CustomerandProgressListenerand wait for the operation to be done.
- Create a
Landmarkand add it to aLandmarkList. - Create a
MapServiceListener,OpenGLContextandMapView. - Instruct the
MapViewto highlight theLandmarkListfrom 1.). - Instruct the
MapViewto center on the customer's coordinates. - Allow the application to run until the map view is fully loaded.
