MapMarkerCluster constructor

MapMarkerCluster(
  1. MapMarkerClusterImageStyle imageStyle
)

Creates a new instance of a map marker cluster which is represented as an image.

Any modification to object passed as imageStyle after creation of MapMarkerCluster does not have any effect.

  • imageStyle The visual representation for the cluster.

Implementation

factory MapMarkerCluster(MapMarkerClusterImageStyle imageStyle) => $prototype.$init(imageStyle);