VenueSelectionListener (API Reference)
Package com.here.sdk.venue.control
Interface VenueSelectionListener
public interface VenueSelectionListener
The interface for listeners for
the Venue selection event. Use the VenueMap
to add and remove the VenueSelectionListener.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonSelectedVenueChanged(Venue deselectedVenue, Venue selectedVenue) Indicates that the current selectedVenuechanged.