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

SeaLevelData 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 SeaLevelData : Resource

Inheritance: objectResourceSeaLevelData

Inherited Members Resource.BoundingBoxResource.Type

Constructors

C#
public SeaLevelData()

Properties

Gets or sets the Offsets.

C#
[DataMember(Name = "offsets", EmitDefaultValue = false)]
public int[] Offsets { get; set; }

Gets or sets the ZoomLevel.

C#
[DataMember(Name = "zoomLevel", EmitDefaultValue = false)]
public int ZoomLevel { get; set; }