Class ImageryMetadataResponse
The response to a Bing Maps REST Services Imagery Metadata request.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ImageryMetadataResponse : Object
Constructors
ImageryMetadataResponse()
Declaration
public ImageryMetadataResponse()
Properties
AuthenticationResultCode
Gets or sets status code that offers additional information about authentication success or failure.
Declaration
public string AuthenticationResultCode { get; set; }
Property Value
System.String
|
BrandLogoUri
Gets or sets a URL that references a brand image to support contractual branding requirements.
Declaration
public string BrandLogoUri { get; set; }
Property Value
System.String
|
Copyright
Gets or sets a copyright notice.
Declaration
public string Copyright { get; set; }
Property Value
System.String
|
ErrorDetails
Gets or sets a collection of error descriptions. For example, ErrorDetails can identify parameter values that are not valid or missing.
Declaration
public string[] ErrorDetails { get; set; }
Property Value
System.String[]
|
ResourceSets
Gets or sets a collection of ResourceSet objects. A ResourceSet is a container of Resources returned by the request.
Declaration
public ImageryMetadataResourceSet[] ResourceSets { get; set; }
Property Value
ImageryMetadataResourceSet[]
|
StatusCode
Gets or sets the HTTP Status code for the request.
Declaration
public int StatusCode { get; set; }
Property Value
System.Int32
|
StatusDescription
Gets or sets the description of the HTTP status code.
Declaration
public string StatusDescription { get; set; }
Property Value
System.String
|
TraceId
Gets or sets a unique identifier for the request.
Declaration
public string TraceId { get; set; }
Property Value
System.String
|