Search results

MarkerClusterSettingsModel API in JavaScript (ES5) Maps API control

Interface for a class MarkerClusterSettings

Properties

allowClusterExpand

boolean

Enables or disables the expanding of the clusters when many markers are in same location.

allowClustering

boolean

Enables or disables the visibility of the cluster of markers in the maps.

allowDeepClustering

boolean

Enables or disables intense marker clustering for improved accuracy. The default value is true, and clustering logic will be executed twice for improved accuracy. If set to false, the clustering logic will only be executed once, increasing performance while maintaining decent accuracy.

border

BorderModel

Gets or sets the options for customizing the style properties of the border of the clusters in maps.

connectorLineSettings

ConnectorLineSettingsModel

Gets or sets the options to customize the connector line which is visible on cluster expand.

dashArray

string

Gets or sets the dash array for the marker cluster in maps.

fill

string

Gets or sets the fill color of the cluster.

height

number

Gets or sets the height of the marker cluster in maps.

imageUrl

string

Gets or sets the URL path for the marker cluster when the cluster shape is set as image in maps.

labelStyle

FontModel

Gets or sets the options to customize the label text in marker cluster.

offset

Point

Gets or sets the offset value to position the marker cluster from the intended position in maps.

opacity

number

Gets or sets the opacity of the marker cluster.

shape

MarkerType

Gets or sets shape of the marker cluster.

width

number

Gets or sets the width of the marker cluster in maps.