ImageryMetadataBirdseyeResult Class

 

This documentation is no longer available on MSDN. It is available as a CHM or PDF download. For the newest Geocoding, Imagery, Routing and Traffic services, see Bing Maps REST Services. 

Contains detailed information about a specific bird's eye image, including vintage data, URIs, image orientation, and bird's eye tile details. This class inherits from the ImageryMetadataResult Class.

Syntax

public class ImageryMetadataBirdseyeResult : ImageryMetadataResult
Public Class ImageryMetadataBirdseyeResult Inherits ImageryMetadataResult

Constructor

Name

Description

ImageryMetadataBirdseyeResult 

Initializes a new instance of an ImageryMetadataBirdseyeResult object.

Public Properties

Name

Description

Heading 

A Heading Class object containing the orientation of the bird's eye scene, in degrees.

ImageryProviders 

An ImageryProvider Class array that specifies the vendors that provided the imagery data. (Inherited from the ImageryMetadataResult Class.)

ImageSize 

A SizeOfint Class object specifying the height and width of the image. (Inherited from the ImageryMetadataResult Class.)

ImageUri 

A string specifying the URI for the image. (Inherited from the ImageryMetadataResult Class.)

ImageUriSubdomains 

A string array, where each element specifies a sub-domain that can be used to construct a URI for the image. (Inherited from the ImageryMetadataResult Class.)

TilesX 

An int specifying the number of horizontal tiles in the bird's eye scene at the highest zoom level for the bird's eye scene.

TilesY 

An int specifying the number of vertical tiles in the bird's eye scene at the highest zoom level for the bird's eye scene.

Vintage 

A RangeOfdateTime Class object specifying a time frame when the image was created. (Inherited from the ImageryMetadataResult Class.)

ZoomRange 

A RangeOfint Class object specifying a zoom range that the image supports. (Inherited from the ImageryMetadataResult Class.)

See Also

ImageryMetadataResponse.Results Property