onClusterizedCollectionVisitEnd abstract method

void onClusterizedCollectionVisitEnd(
  1. ClusterizedPlacemarkCollection collection
)

Called for visited clusterized placemark collections only. If an exception occurred during the visit, the method might be skipped.

Implementation

void onClusterizedCollectionVisitEnd(
    mapkit_map_clusterized_placemark_collection.ClusterizedPlacemarkCollection
        collection);