onCollectionVisitEnd abstract method

void onCollectionVisitEnd(
  1. MapObjectCollection collection
)

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

Implementation

void onCollectionVisitEnd(
    mapkit_map_map_object_collection.MapObjectCollection collection);