New to Telerik UI for WPFStart a free 30-day trial

CompressedPointList DataContract class.

Definition

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

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
[DataContract(Namespace = "http://schemas.microsoft.com/search/local/ws/rest/v1")]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class CompressedPointList : Resource

Inheritance: objectResourceCompressedPointList

Inherited Members Resource.BoundingBoxResource.Type

Constructors

C#
public CompressedPointList()

Properties

Gets or sets the Value.

C#
[DataMember(Name = "value", EmitDefaultValue = false)]
public string Value { get; set; }