VenueInfoListListener (API Reference)
Package com.here.sdk.venue.control
Interface VenueInfoListListener
public interface VenueInfoListListener
The interface for listeners for
the list of VenueInfo load event. Use VenueMap
to add and remove the VenueInfoListListener.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonVenueInfoListLoad(List<VenueInfo> venueInfoList) Indicates thatVenueInfolist is loaded.