Enum
RadVectorFeatureGeometryType

Defines the geometry types rendered in vector tiles.

Definition

Namespace:Telerik.Windows.Controls.Map.VectorTiles.Core

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public enum RadVectorFeatureGeometryType

Fields

LineString

LineString type.

Declaration

cs-api-definition
LineString = 2

Field Value

RadVectorFeatureGeometryType

Point

Point type.

Declaration

cs-api-definition
Point = 1

Field Value

RadVectorFeatureGeometryType

Polygon

Polygon type.

Declaration

cs-api-definition
Polygon = 3

Field Value

RadVectorFeatureGeometryType

Unknown

Unknown type.

Declaration

cs-api-definition
Unknown = 0

Field Value

RadVectorFeatureGeometryType

In this article
DefinitionFieldsLineStringPointPolygonUnknown
Not finding the help you need?
Contact Support