VEMap.SetBirdseyeScene Method

You are not viewing the latest version of the AJAX control. Bing Maps AJAX V7 is the recommended JavaScript control for Bing Maps. If you need this documentation, it is available in as a CHM or PDF download.

Displays the specified bird's eye image.

Overload List

Method Description

VEMap.SetBirdseyeScene(id) Method

Displays the bird's eye image specified by the VEBirdseyeScene Class ID

VEMap.SetBirdseyeScene(veLatLong, orientation, zoomLevel, callback) Method

Displays the bird's eye image specified by the center of the map, the orientation, and the zoom level

Return Value

Returns false if the map mode is set to 3D (VEMap.GetMapMode Method returns 2).

Remarks

If the current map style is VEMapStyle.Birdseye or VEMapStyle.BirdseyeHybrid, then the VEMapOptions.EnableDashboardLabels Property value is ignored when the SetBirdseyeScene method is called.