ImageryMetadataResult 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 image, including vintage data and URIs.

Syntax

public class ImageryMetadataResult
Public Class ImageryMetadataResult

Constructor

Name

Description

ImageryMetadataResult 

Initializes a new instance of an ImageryMetadataResult object.

Public Properties

Name

Description

ImageryProviders 

An ImageryProvider Class array that specifies the vendors that provided the imagery data.

ImageSize 

A SizeOfint Class object specifying the height and width of the image.

ImageUri 

A string specifying the URI for the image.

ImageUriSubdomains 

A string array, where each element specifies a sub-domain that can be used to construct a URI for the image.

Vintage 

A RangeOfdateTime Class object specifying a time frame when the image was created.

ZoomRange 

A RangeOfint Class object specifying a zoom range that the image supports.

See Also

ImageryMetadataResponse.Results Property