Enum PolygonShapeType
Specifies the type of the polygon shape to be rendered on the Maps.
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public enum PolygonShapeType
Fields
| Name | Description |
|---|---|
| LineString | Defines a polygon shape with an open path that represents the line string geometry of the map. |
| Polygon | Defines the polygon shape with a closed path to render on the map. |