Add additional info to waypoints

We are developing a Logistic application. We use Routing over several customer addresses with TMS Maps to calculate routes for deliverers. TTMSFNCGoogleMapsDirectionsData.routes[…

Returns us a sequence for each location in a optimal order. That works all perfectly.

Now my question: is there a way to add an object-pointer to each way point to show additional information like order number or Info in the resulting waypoint list?

Location Distance Time Order number Info
Adress a 0 0 Get Material
Adress b 23 12 245476
Adress c 54 62 345787
Adress d 23 16 655665
Adress x xx xx xxxxxx

We could synchronize the list by comparing addresses, however it would be easier and safer to have Id or Pointer to the original Location.

Thanks in advance and regard Henry

Hi,

Unfortunately there is currently no built-in functionality available to associate waypoints with custom data.
However, this is a good suggestion and we'll consider adding this functionality in a future version.