Class MapMarkerIcon
Enumurates the map marker icon. You can change the map marker icon types.
Inheritance
System.Object
MapMarkerIcon
Namespace: Syncfusion.SfMaps.XForms
Assembly: Syncfusion.SfMaps.XForms.dll
Syntax
public sealed class MapMarkerIcon : Enum
Fields
Circle
Represents the map marker icon as cicle
Declaration
public const MapMarkerIcon Circle
Field Value
Type |
---|
MapMarkerIcon |
Diamond
Represents the map marker icon as diamond
Declaration
public const MapMarkerIcon Diamond
Field Value
Type |
---|
MapMarkerIcon |
Image
Represents the map marker icon as image
Declaration
public const MapMarkerIcon Image
Field Value
Type |
---|
MapMarkerIcon |
Rectangle
Represents the map marker icon as rectangle
Declaration
public const MapMarkerIcon Rectangle
Field Value
Type |
---|
MapMarkerIcon |
Square
Represents the map marker icon as square
Declaration
public const MapMarkerIcon Square
Field Value
Type |
---|
MapMarkerIcon |