Can I get latitude and longitude from my given multiple delivery Address point from your Api Request

Dear Routexl,

I am going to develop delivery app with multiple shortest delivery point in single route. Can I get latitude and longitude from multiple delivery point Address from your Api Request ?. Your Api Allow only two Post Request (POST distances and POST tour) . Please Advice me

Our route optimization API does not have geocoding, see the docs:

  • Locations must be latitude and longitude coordinates. The API does not provide geocoding of addresses.

You should use a third-party service to translate your addresses to coordinates. There are many out there, some can be used for free (e.g. Photon) and some are paid (e.g. Google).