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 |
|---|
| MapIconType |
Diamond
Represents the map marker icon as diamond.
Declaration
public const MapIconType Diamond
Field Value
| Type |
|---|
| MapIconType |
Square
Represents the map marker icon as square.
Declaration
public const MapIconType Square
Field Value
| Type |
|---|
| MapIconType |
Triangle
Represents the map marker icon as triangle.
Declaration
public const MapIconType Triangle
Field Value
| Type |
|---|
| MapIconType |