Share via

Asynchronous Batch processing with API Version: 2025-01-01

KSD 0 Reputation points
2025-06-26T22:16:17.4133333+00:00

Does API Version 2025-01-01 support asynchronous batch processing

Azure Maps
Azure Maps

An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.


1 answer

Sort by: Most helpful
  1. Manas Mohanty 16,190 Reputation points Microsoft External Staff Moderator
    2025-06-27T19:59:51.5633333+00:00

    Hi KSD

    We below services supporting Asynchronous Batch Processing in Azure Maps.

    1. 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.

    Reference - https://learn.microsoft.com/en-us/rest/api/maps/search/get-geocoding-batch?view=rest-maps-2025-01-01&tabs=HTTP#batch-response-model

    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

    Reference - https://learn.microsoft.com/en-us/rest/api/maps/route/post-route-matrix-async?view=rest-maps-2025-01-01&tabs=HTTP

    3. Get route operation results and Operation status

    Get the result and status of an asynchronous operation by its operation ID respectivley.

    https://learn.microsoft.com/en-us/rest/api/maps/route/get-route-operations-result?view=rest-maps-2025-01-01&tabs=HTTP

    Please let us know if you can accept this as answer or have any additional concerns to share.

    Thank you.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.