removeVenueMapListener abstract method

void removeVenueMapListener(
  1. VenueMapListener listener
)

Removes a venue map .

The is not removed if it is not present in the list of .

  • listener The venue map to remove.

Implementation

void removeVenueMapListener(VenueMapListener listener);