How to get the same result from atlas.microsoft.com what I get from dev.virtualearth.net?

Revaz Gviniashvili 20 Reputation points
2025-01-26T13:25:12.32+00:00

I have the Azure maps subscription and use the endpoint: ttps://atlas.microsoft.com/search/address/reverse/json?api-version=1.0 for the reverse geocoding but this endpoint gives me a different result than https://dev.virtualearth.net/REST/v1/Locations that is Bing Maps UI's endpoint. Azure maps subscription key doesn't work for dev.virtualearth.net. Is there any other Azure endpoint I can use to get the same result as the one I'm getting from the Bing Maps UI?

Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
792 questions
{count} votes

Accepted answer
  1. rbrundritt 19,401 Reputation points Microsoft Employee
    2025-02-03T18:59:25.19+00:00

    The easiest way to get similar results for reverse geocoding in Azure Maps compared to Bing Maps is to use the latest Azure Maps reverse geocoding service: https://learn.microsoft.com/en-us/rest/api/maps/search/get-reverse-geocoding?view=rest-maps-2024-04-01&tabs=HTTP

    Version 1 of the reverse geocoding service is purely based on TomTom, while the latest version uses the same data set as Bing Maps and should provide nearly identical results (with a new response format).

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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