We are happy to introduce the new Batch Geocoding Service version 1.0.1.
You now can send several addresses or positions at once. PTV Developer now provides asynchronous batch APIs. The new endpoints by-addresses, by-texts and by-positions provide the same functionality as their corresponding endpoints for single requests.
You can use it like other asynchronous endpoints. First create your request, check the status and get your response back. You can also delete your result or it will be deleted automatically after 24h.
In the code samples section we created examples for the Batch locations by Position endpoints:
- Batch Locations by Position (create)
- Batch Locations by Positions (status)
- Batch Locations by Positions (get)
- Batch Locations by Positions (delete)
The endpoints “Batch Locations by address” and “Batch Locations by text” works in the same way.
You can find the documentation regarding this new service in our documentation about the Geocoding & Place API. We added the API Reference Batch and API Changes Batch in the side menu.