Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any API to download 45 degree aerial imagery (bird's eye) from Bing?

Tags:

bing-maps

There's an API for downloading static maps, aerial imagery, etc. http://msdn.microsoft.com/en-us/library/ff701724.aspx

But I cannot find a way to download bird's eye view imagery. Is it possible at all?

like image 411
Mohammad Moghimi Avatar asked Oct 09 '22 22:10

Mohammad Moghimi


1 Answers

you have to use the ImageryMetaData service for birdseye and stitch the tiles together yourself:

http://msdn.microsoft.com/en-us/library/ff701716.aspx

like image 56
7 revs Avatar answered Oct 17 '22 11:10

7 revs