Class
BirdseyeMetadataResponse

The response to a Bing Maps REST Services Birdseye Metadata request.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
[DataContract]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class BirdseyeMetadataResponse

Inheritance: objectBirdseyeMetadataResponse

Constructors

BirdseyeMetadataResponse()

Declaration

cs-api-definition
public BirdseyeMetadataResponse()

Properties

AuthenticationResultCode

Gets or sets status code that offers additional information about authentication success or failure.

Declaration

cs-api-definition
[DataMember(Name = "authenticationResultCode")]
public string AuthenticationResultCode { get; set; }

Property Value

string

BrandLogoUri

Gets or sets a URL that references a brand image to support contractual branding requirements.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1056:UriPropertiesShouldNotBeStrings")]
[DataMember(Name = "brandLogoUri")]
public string BrandLogoUri { get; set; }

Property Value

string

Gets or sets a copyright notice.

Declaration

cs-api-definition
[DataMember(Name = "copyright")]
public string Copyright { get; set; }

Property Value

string

ErrorDetails

Gets or sets a collection of error descriptions. For example, ErrorDetails can identify parameter values that are not valid or missing.

Declaration

cs-api-definition
[DataMember(Name = "errorDetails")]
public string[] ErrorDetails { get; set; }

Property Value

string[]

ResourceSets

Gets or sets a collection of ResourceSet objects. A ResourceSet is a container of Resources returned by the request.

Declaration

cs-api-definition
[DataMember(Name = "resourceSets")]
public BirdseyeMetadataResourceSet[] ResourceSets { get; set; }

Property Value

BirdseyeMetadataResourceSet[]

StatusCode

Gets or sets the HTTP Status code for the request.

Declaration

cs-api-definition
[DataMember(Name = "statusCode")]
public int StatusCode { get; set; }

Property Value

int

StatusDescription

Gets or sets the description of the HTTP status code.

Declaration

cs-api-definition
[DataMember(Name = "statusDescription")]
public string StatusDescription { get; set; }

Property Value

string

TraceId

Gets or sets a unique identifier for the request.

Declaration

cs-api-definition
[DataMember(Name = "traceId")]
public string TraceId { get; set; }

Property Value

string