onVenueRemoved abstract method
- int venueId
Indicates that a Venue was removed from the VenueMap.
venueIdThe destroyed venue id, that can be obtained from the VenueModel.id.
Implementation
void onVenueRemoved(int venueId);
Indicates that a Venue was removed from the VenueMap.
venueId The destroyed venue id, that can be obtained from the VenueModel.id.void onVenueRemoved(int venueId);