onCollectionVisitStart abstract method

bool onCollectionVisitStart(
  1. MapObjectCollection collection
)

Called for every child collection. The collection is ignored if this method returns false.

Implementation

core.bool onCollectionVisitStart(
    mapkit_map_map_object_collection.MapObjectCollection collection);