MapMarkerCluster constructor - MapMarkerCluster - mapview library - Dart API
MapMarkerCluster
MapMarkerCluster constructor
- 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.
imageStyleThe visual representation for the cluster.
Implementation
factory MapMarkerCluster(MapMarkerClusterImageStyle imageStyle) => $prototype.$init(imageStyle);