VenueMapLifecycleListener (API Reference)
Package com.here.sdk.venue.control
Interface VenueMapLifecycleListener
public interface VenueMapLifecycleListener
The interface for listeners for
the Venue lifecycle events. Use the VenueMap
to add and remove the VenueMapLifecycleListener.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonVenueAdded(Venue venue) voidonVenueRemoved(String venueIdentifier)
-
Method Details
-
onVenueAdded
- Parameters:
venue-The created
Venue.
-
onVenueRemoved
- Parameters:
venueIdentifier-The destroyed venue id, that can be obtained from the
VenueModel.getId().
-