Class
SeaLevelData

SeaLevelData DataContract class.

Definition

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

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
[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

SeaLevelData()

Declaration

cs-api-definition
public SeaLevelData()

Properties

Offsets

Gets or sets the Offsets.

Declaration

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

Property Value

int[]

ZoomLevel

Gets or sets the ZoomLevel.

Declaration

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

Property Value

int