opacity property
Opacity, the factor applied to the alpha channel of the marker image. Gets the current opacity of the marker image. Value is in the range of [0.0, 1.0]. Default value is 1.0.
Implementation
double get opacity;
Opacity, the factor applied to the alpha channel of the marker image. Sets the opacity of the marker image.
Provided value is clamped to the range of [0.0, 1.0]. Default value is 1.0, which means marker is displayed with the default opacity of the image.
Markers with opacity value set to 0.0 are still on the map and are considered for picking.
Implementation
set opacity(double value);