I’m calculating a best route based on postcodes. With each postcode I have the customer name and details.
I therefore look up the lat/lon based on those postcodes and get a list (using geocoding endpoint)
Then I run the routing api call to get the best route and I get a list of lat/long back
But I can’t see a way to link the two datasets together - even the lat/long are slightly different from what I fed into the routing api.
So:
each order metadata has postcode, customer name, items etc
I look up geocode and can store that with this metadata.
But I then do a route plan and I don’t know how to link the order metadata to that route