getVenueInfoListWithErrors abstract method

VenueMapVenueInfoList getVenueInfoListWithErrors(
  1. VenueLoadErrorCallback callback
)

The list of VenueInfo contains venue id and name.

  • callback Callback to receives the error while venue load on the main thread.

Returns VenueMapVenueInfoList. returns the list of object of VenueInfo.

Implementation

VenueMapVenueInfoList getVenueInfoListWithErrors(VenueLoadErrorCallback callback);