Class MapsMarkerClusterSettingsBuilder
Inheritance
System.Object
MapsMarkerClusterSettingsBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsMarkerClusterSettingsBuilder : ControlBuilder
Constructors
MapsMarkerClusterSettingsBuilder()
Declaration
public MapsMarkerClusterSettingsBuilder()
MapsMarkerClusterSettingsBuilder(MapsMarkerClusterSettings)
Declaration
public MapsMarkerClusterSettingsBuilder(MapsMarkerClusterSettings model)
Parameters
Methods
AllowClusterExpand(Boolean)
Enables or disables the cluster expand when many markers are in same location.
Declaration
public MapsMarkerClusterSettingsBuilder AllowClusterExpand(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
AllowClustering(Boolean)
Enables or disables the visibility state of the clustering of markers in the maps component.
Declaration
public MapsMarkerClusterSettingsBuilder AllowClustering(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Border(MapsBorder)
Sets and gets the options for customizing the color and width of the border of cluster in maps.
Declaration
public MapsMarkerClusterSettingsBuilder Border(MapsBorder value)
Parameters
Returns
Border(Action<MapsBorderBuilder>)
Declaration
public MapsMarkerClusterSettingsBuilder Border(Action<MapsBorderBuilder> border)
Parameters
Returns
ConnectorLineSettings(MapsConnectorLineSettings)
Sets and gets the options to customize the connector line in cluster separating the markers.
Declaration
public MapsMarkerClusterSettingsBuilder ConnectorLineSettings(MapsConnectorLineSettings value)
Parameters
Returns
ConnectorLineSettings(Action<MapsConnectorLineSettingsBuilder>)
Declaration
public MapsMarkerClusterSettingsBuilder ConnectorLineSettings(Action<MapsConnectorLineSettingsBuilder> connectorLineSettings)
Parameters
Returns
DashArray(String)
Sets and gets the dash array for the marker cluster in maps.
Declaration
public MapsMarkerClusterSettingsBuilder DashArray(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Fill(String)
Sets and gets the fill color of the cluster.
Declaration
public MapsMarkerClusterSettingsBuilder Fill(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Height(Double)
Sets and gets the height of the marker cluster in maps.
Declaration
public MapsMarkerClusterSettingsBuilder Height(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
ImageUrl(String)
Sets and gets the URL path for the marker cluster when the cluster shape is set as image in maps.
Declaration
public MapsMarkerClusterSettingsBuilder ImageUrl(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
LabelStyle(MapsFont)
Sets and gets the options to customize the text in marker cluster.
Declaration
public MapsMarkerClusterSettingsBuilder LabelStyle(MapsFont value)
Parameters
Returns
LabelStyle(Action<MapsFontBuilder>)
Declaration
public MapsMarkerClusterSettingsBuilder LabelStyle(Action<MapsFontBuilder> labelStyle)
Parameters
Returns
Offset(Object)
Sets and gets the offset position for the marker cluster in maps.
Declaration
public MapsMarkerClusterSettingsBuilder Offset(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Opacity(Double)
Sets and gets the opacity of the marker cluster.
Declaration
public MapsMarkerClusterSettingsBuilder Opacity(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Shape(MarkerType)
Sets and gets shape for the cluster of markers.
Declaration
public MapsMarkerClusterSettingsBuilder Shape(MarkerType value)
Parameters
Returns
Width(Double)
Sets and gets the width of the marker cluster in maps.
Declaration
public MapsMarkerClusterSettingsBuilder Width(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns