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 |
---|---|
Initializes a new instance of an ImageryMetadataResult object. |
Public Properties
Name |
Description |
---|---|
An ImageryProvider Class array that specifies the vendors that provided the imagery data. |
|
A SizeOfint Class object specifying the height and width of the image. |
|
A string specifying the URI for the image. |
|
A string array, where each element specifies a sub-domain that can be used to construct a URI for the image. |
|
A RangeOfdateTime Class object specifying a time frame when the image was created. |
|
A RangeOfint Class object specifying a zoom range that the image supports. |