Enum MarkerType
Defines the type of markers in the maps component.
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum MarkerType
Fields
| Name | Description |
|---|---|
| Balloon | Specifies to render the marker shape as balloon on maps. |
| Circle | Specifies to render the marker shape as circle on maps. |
| Cross | Specifies to render the marker shape as cross on maps. |
| Diamond | Specifies to render the marker shape as diamond on maps. |
| HorizontalLine | Specifies to render the marker shape as horizontal line on maps. |
| Image | Specifies to render the marker shape as image on maps. |
| InvertedTriangle | Specifies to render the marker shape as inverted triangle on maps. |
| Pentagon | Specifies to render the marker shape as pentagon on maps. |
| Rectangle | Specifies to render the marker shape as rectangle on maps. |
| Star | Specifies to render the marker shape as star on maps. |
| Triangle | Specifies to render the marker shape as triangle on maps. |
| VerticalLine | Specifies to render the marker shape as vertical line on maps. |