ImageryMetadataResponse 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 the results returned by the ImageryServiceClient.GetImageryMetadata Method. This class inherits from the ResponseBase Class.

Syntax

public class ImageryMetadataResponse : ResponseBase
Public Class ImageryMetadataResponse Inherits ResponseBase

Constructor

Name

Description

ImageryMetadataResponse

Initializes a new instance of an ImageryMetadataResponse object.

Public Properties

Name

Description

BrandLogoUri

The System.Uri of the Bing Maps brand logo image. (Inherited from the ResponseBase Class.)

ResponseSummary

A ResponseSummary Class object describing the response that was returned by the service. (Inherited from the ResponseBase Class.)

Results 

An ImageryMetadataResult Class array, where each element contains imagery metadata information returned by the Imagery Service.

See Also

ImageryServiceClient.GetImageryMetadata Method