Class MapIconType
Defines the constants that specify the map marker icon type.
Inheritance
System.Object
MapIconType
Namespace: Syncfusion.Maui.Maps
Assembly: Syncfusion.Maui.Maps.dll
Syntax
public sealed class MapIconType : Enum
Fields
Circle
Represents the map marker icon as circle.
Declaration
public const MapIconType Circle
Field Value
Type | Description |
---|---|
MapIconType |
Diamond
Represents the map marker icon as diamond.
Declaration
public const MapIconType Diamond
Field Value
Type | Description |
---|---|
MapIconType |
Square
Represents the map marker icon as square.
Declaration
public const MapIconType Square
Field Value
Type | Description |
---|---|
MapIconType |
Triangle
Represents the map marker icon as triangle.
Declaration
public const MapIconType Triangle
Field Value
Type | Description |
---|---|
MapIconType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |