addClusterizedPlacemarkCollection abstract method

ClusterizedPlacemarkCollection addClusterizedPlacemarkCollection(
  1. ClusterListener clusterListener
)

Creates a new nested collection of clusterized placemarks.

The class does not retain the object in the 'clusterListener' parameter. It is your responsibility to maintain a strong reference to the target object while it is attached to a class.

clusterListener Listener that controls cluster appearance once they are added to the map.

Implementation

mapkit_map_clusterized_placemark_collection.ClusterizedPlacemarkCollection
    addClusterizedPlacemarkCollection(
        mapkit_map_cluster_listener.ClusterListener clusterListener);