Resource
Class
Resource DataContract class.
Definition
Namespace:Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
[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:
Constructors
C#
public Resource()
Properties
Gets or sets the BoundingBox.
C#
[DataMember(Name = "bbox", EmitDefaultValue = false)]
public double[] BoundingBox { get; set; }