onVenueRemoved abstract method

void onVenueRemoved(
  1. int venueId
)

Indicates that a Venue was removed from the VenueMap.

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

Implementation

void onVenueRemoved(int venueId);