Class
RoadShield

RoadShield DataContract class.

Definition

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

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 RoadShield

Inheritance: objectRoadShield

Constructors

RoadShield()

Declaration

cs-api-definition
public RoadShield()

Properties

Bucket

Gets or sets the Bucket.

Declaration

cs-api-definition
[DataMember(Name = "bucket", EmitDefaultValue = false)]
public int Bucket { get; set; }

Property Value

int

Shields

Gets or sets the Shields.

Declaration

cs-api-definition
[DataMember(Name = "shields", EmitDefaultValue = false)]
public Shield[] Shields { get; set; }

Property Value

Shield[]