opacity property
Opacity is the factor which is applied to the alpha channel of the image used for marker cluster. Gets the current opacity of the marker cluster image.
Implementation
double get opacity;
Opacity is the factor which is applied to the alpha channel of the image used for marker cluster. Sets the opacity of the marker cluster image.
Provided value is clamped in range [0.0, 1.0]. Default value is 1.0 which means marker cluster is displayed with the default opacity of the image.
Marker clusters with opacity value set to 0.0 are still on the map and are considered for picking.
Markers part of cluster will use their respective opacity when not displayed as a cluster icon.
Implementation
set opacity(double value);