I implemented it by following https://developers.google.com/maps/documentation/ios-sdk/utility/marker-clustering.
However, there is one problem.
I did not know how to control the color and transparency of the cluster marker.
I looked through the search, but I could not understand any other language code, including Object-C.
let iconGenerator = GMUDefaultClusterIconGenerator ()
let algorithm = GMUNonHierarchicalDistanceBasedAlgorithm ()
let renderer = GMUDefaultClusterRenderer (mapView: mapView, clusterIconGenerator: iconGenerator)
I also found that this can be solved.
I want to get a way to control the border, background color, transparency, and size of the cluster marker (Circle).
Please help me.