removeListener abstract method

void removeListener(
  1. MapObjectCollectionListener collectionListener
)

Removes a listener.

Implementation

void removeListener(
    mapkit_map_map_object_collection_listener.MapObjectCollectionListener
        collectionListener);