ClassBirdseyeMetadataResponse
The response to a Bing Maps REST Services Birdseye Metadata request.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
[DataContract]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class BirdseyeMetadataResponse
Inheritance: objectBirdseyeMetadataResponse
Constructors
BirdseyeMetadataResponse()
Declaration
public BirdseyeMetadataResponse()
Properties
AuthenticationResultCode
Gets or sets status code that offers additional information about authentication success or failure.
Declaration
[DataMember(Name = "authenticationResultCode")]
public string AuthenticationResultCode { get; set; }
Property Value
BrandLogoUri
Gets or sets a URL that references a brand image to support contractual branding requirements.
Declaration
[SuppressMessage("Microsoft.Design", "CA1056:UriPropertiesShouldNotBeStrings")]
[DataMember(Name = "brandLogoUri")]
public string BrandLogoUri { get; set; }
Property Value
Copyright
Gets or sets a copyright notice.
Declaration
[DataMember(Name = "copyright")]
public string Copyright { get; set; }
Property Value
ErrorDetails
Gets or sets a collection of error descriptions. For example, ErrorDetails can identify parameter values that are not valid or missing.
Declaration
[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
[DataMember(Name = "resourceSets")]
public BirdseyeMetadataResourceSet[] ResourceSets { get; set; }
Property Value
StatusCode
Gets or sets the HTTP Status code for the request.
Declaration
[DataMember(Name = "statusCode")]
public int StatusCode { get; set; }
Property Value
StatusDescription
Gets or sets the description of the HTTP status code.
Declaration
[DataMember(Name = "statusDescription")]
public string StatusDescription { get; set; }
Property Value