Matrix
Introduction
The Solvice Maps Distance Matrix service is specifically made for products that use route optimization to power scheduling operations. Route optimization (TSP, PDP, VRP, …) requires the usage of a distance matrix detailing the travel time and distance from every location to every other location in the solve request.
1
Send coordinates
POST
/table
If you have small matrices and want to integrate a fast synchronous service, use the
/table/sync
endpoint.2
Poll table untill ready
GET
/table/4309631/status
3
Get response (gzipped)
Make sure you test this endpoint with a browser or that supports gzip compression.
GET
/table/4309631/response
Prefer the signed url approach through the
/table/{id}/response/url
which redirects to Google Cloud Storage over our API.