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

Represents polyline data in geographical coordinates.

Definition

Constructors

C#
public PolylineData()

Properties

FillRule

FillRule

Gets or sets a FillRule enumeration that specifies how the interior fill of the shape is determined.

C#
public FillRule FillRule { get; set; }

Gets or sets points collection.

C#
public LocationCollection Points { get; set; }

Methods

Calculates logical coordinates.

C#
protected override void CalculateLogicalCoordinates()

Overrides: MapShapeData.CalculateLogicalCoordinates()

Calculates screen geometry.

C#
protected override string GetScreenGeometry(int zoomLevel)
Parameters:zoomLevelint

Zoom level to get screen geometry for.

Returns:

string

String representation of the screen geometry.

Overrides: MapShapeData.GetScreenGeometry(int)

Updates geographic bounds of the shape.

C#
protected override void UpdateGeoBounds()

Overrides: MapShapeData.UpdateGeoBounds()