An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
Hi KSD
We below services supporting Asynchronous Batch Processing in Azure Maps.
- Geocoding Batch API
The API version 2025-01-01 supports batch geocoding requests. You can submit multiple addresses in a single POST request to the endpoint:
POST https://atlas.microsoft.com/geocode:batch?api-version=2025-01-01
This allows you to process multiple geocoding queries efficiently. A sample payload includes multiple address lines or queries.
2. Route Matrix Async API
The Route Matrix Async endpoint allows you to calculate route summaries for multiple origin-destination pairs asynchronously. This is part of the 2025-01-01 API set and is designed for large-scale routing operations
3. Get route operation results and Operation status
Get the result and status of an asynchronous operation by its operation ID respectivley.
Please let us know if you can accept this as answer or have any additional concerns to share.
Thank you.