Share via

Batch geocode in Azure map

Balasaheb Molawade 141 Reputation points
2025-12-22T13:39:25.05+00:00

Hi Team,

We are currently using the batch processing functionality of Bing Maps as outlined in the link below: https://blogs.bing.com/maps/2022-10/Batch-Geocoding-and-Batch-Reverse-Geocoding-with-B-8ab099cf6fda90a4fbdca761af8bbdca

We would like to implement similar batch processing capabilities using Azure Maps. If anyone has sample code, guidance, or reference implementations for this functionality, please share it with us.

Thank you in advance for your support.

Thanks!

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. rbrundritt 21,781 Reputation points Volunteer Moderator
    2025-12-22T18:41:09.4433333+00:00

    You would most likely want to use this Azure Maps batch geocoding service: https://dotnet.territoriali.olinfo.it/en-us/rest/api/maps/search/get-geocoding-batch?view=rest-maps-2025-01-01&tabs=HTTP

    You basically create a JSON file and post it to the service. It looks like this service is currently only synchronous (send a request, get a response with not extra steps needed in between), and as such is limited to 100 items per request.

    1 person found this answer helpful.

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.