Google Maps API’s that solve TSP
Despite examining the Distance Matrix API, Directions API, and Optimization API, I am uncertain if any of these APIs encompass the functionality required for solving the TSP. My available data includes full addresses as well as latitude and longitude coordinates for each address. Could someone provide guidance on which API may best serve this purpose? Thanks.