Reverse Lookup Location from Bird's Eye tile file name

Trey 1 Reputation point
2021-03-18T19:14:35.03+00:00

I have a 512x512 jpg taken from a Bing Bird's Eye view, but I don't know where it is from on the planet. How can I figure out where it is from?

Here is and example:
file name: be00100012231000301000.jpg
location : Gold Coast, Queensland, Australia

file name: be000101001321013010000.jpg
location: ???

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

2 answers

Sort by: Most helpful
  1. Duncan Lawler - MSFT 486 Reputation points Microsoft Employee
    2021-03-23T18:23:56.823+00:00

    Bird's Eye tiles are individual scenes, and the tiling system is local to that scene. There is no direct correlation to the URL of any given Bird's Eye tile to any spatial location. The only way you can get the URL for a Bird's Eye scene is by calling the imagery metadata service documented here: https://learn.microsoft.com/en-us/bingmaps/rest-services/imagery/get-imagery-metadata
    Which will map from location to a Bird's Eye scene.
    There is no reverse mapping from a Bird's Eye tile URL to a location (and generally you wouldn't need one because you had to have a location to get the URL in the first place).

    1 person found this answer helpful.
    0 comments No comments

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more