GeoPioneer


Is there a way to check whether a particular VELatLong combined with a zoom level has a BirdseyeScene available

Ideally, I'd like to parse my database results of VELatLong coordinates and build a grid of BirdseyeScene thumbnails, but it appears you can only check for a BirdseyeScene for where the map is centered.



Re: Checking if a VELatLong & Zoom has a BirdseyeScene?

SoulSolutions


Yeah it appears to only be based on the centre of the map.

In fact they are very strict about the usage of the birdseye images, for example i was not aware unitl recently that your not allowed to print them! (see 5.10)

http://www.microsoft.com/virtualearth/control/terms.mspx

John.







Re: Checking if a VELatLong & Zoom has a BirdseyeScene?

Derek Chan

There's a VEMap.IsBirdseyeAvailable method for you to find out if you have birds eye or not at your current view. Keep in mind the map zoom must be less than 12.

http://dev.live.com/virtualearth/sdk/ref/HTML/M_Namespace_VEMap_IsBirdseyeAvailable.htm

Hope that helps,