How to find in Azure Map the coordinates of corners (latitude&longitude) for a static image

Nicu Manda 0 Reputation points
2025-06-26T18:19:32.42+00:00

Dear all,

I would like to ask you for a particular situation, regarding the metadata of a static image downloaded with the new Azure Map service. As you know, using Bing service it was possible to download an aerial image using an URL like this:

https://dev.virtualearth.net/REST/V1/Imagery/Map/Aerial?mapArea=44.80137373060000,26.21559037500000,44.80580475830000,26.22200577780000&ms=1500,1500&format=jpeg&key={BingKey}

Also, to get metadata of downloaded image, the URL was like:

https://dev.virtualearth.net/REST/V1/Imagery/Map/Aerial?mapArea=44.80137373060000,26.21559037500000,44.80580475830000,26.22200577780000&ms=1500,1500&format=jpeg&mapMetadata=1&o=json&key={BingKey}

I'm wondering first, how should look in Azure Map the new URL syntax for downloading image (as png).

And the second question is: How can I find the corners of downloaded image. Is there any similar way like in Bing, by using a similar REST service?

Thank you.

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,447 questions
{count} votes

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.