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 Details

    • onVenueInfoListLoad

      void onVenueInfoListLoad(@NonNull List<VenueInfo> venueInfoList)

      Indicates that VenueInfo list is loaded.

      Parameters:
      venueInfoList -

      The VenueMap where the loaded list of VenueInfo.