Class
Resource

Resource DataContract class.

Definition

Namespace:Telerik.Windows.Controls.DataVisualization.Map.BingRest

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
[DataContract]
[KnownType(typeof(Location))]
[KnownType(typeof(Route))]
[KnownType(typeof(TrafficIncident))]
[KnownType(typeof(ImageryMetadata))]
[KnownType(typeof(ElevationData))]
[KnownType(typeof(SeaLevelData))]
[KnownType(typeof(CompressedPointList))]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class Resource

Inheritance: objectResource

Derived Classes: CompressedPointListElevationDataImageryMetadataLocationRouteSeaLevelDataTrafficIncident

Constructors

Resource()

Declaration

cs-api-definition
public Resource()

Properties

BoundingBox

Gets or sets the BoundingBox.

Declaration

cs-api-definition
[DataMember(Name = "bbox", EmitDefaultValue = false)]
public double[] BoundingBox { get; set; }

Property Value

double[]

Type

Gets or sets the Type.

Declaration

cs-api-definition
[DataMember(Name = "__type", EmitDefaultValue = false)]
public string Type { get; set; }

Property Value

string