onVenueRemoved abstract method

void onVenueRemoved(
  1. String venueIdentifier
)

Indicates that a Venue was removed from the VenueMap.

  • venueIdentifier The destroyed venue id, that can be obtained from the VenueModel.id.

Implementation

void onVenueRemoved(String venueIdentifier);