VEBirdseyeScene Class

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.

Contains the information about a specific bird's eye image.

Public Methods

Name Description

VEBirdseyeScene.ContainsLatLong Method

Determines whether the location specified by a VELatLong Class object is within the current VEBirdseyeScene object.

VEBirdseyeScene.ContainsPixel Method

Determines whether a specified pixel is within the current VEBirdseyeScene object.

VEBirdseyeScene.GetBoundingRectangle Method

Returns an unencrypted and rounded off bounding rectangle for the VEBirdseyeScene object.

VEBirdseyeScene.GetHeight Method

Returns the height of the image in the current VEBirdseyeScene object, in pixels, at maximum resolution

VEBirdseyeScene.GetID Method

Returns the ID of the current VEBirdseyeScene object.

VEBirdseyeScene.GetOrientation Method

Returns the orientation (VEOrientation Enumeration) of the current VEBirdseyeScene object.

VEBirdseyeScene.GetWidth Method

Returns the width of the image in the current VEBirdseyeScene object, in pixels, at maximum resolution

VEBirdseyeScene.LatLongToPixel Method

Converts a VELatLong Class object (latitude/longitude pair) to the corresponding pixel on the map.

VEBirdseyeScene.PixelToLatLong Method

Converts a point in the bird's eye scene to an encrypted latitude/longitude value.

Remarks

To get the VEBirdseyeScene object for the current map, call the VEMap.GetBirdseyeScene Method.

To change the VEBirdseyeScene object for the current map, call the VEMap.SetBirdseyeScene Method.