I have a cluster marker in the method markerInfoWindow (https://developers.google.com/maps/documentation/ios-sdk/reference/protocol_g_m_s_map_view_delegate-p)
When the marker is selected and the marker title says "Coming soon", the opacity of the marker becomes 0.5
image here My issue is that i want also the opacity of this marker to be 0.5 when is not selected, not only in selection.But i can't find a public method for that.Can anyone help?