addVenueAsyncWithErrorsStr abstract method
- String venueIdentifier,
- VenueLoadErrorCallback callback
Downloads and adds a Venue to the VenueMap.
Method will do nothing if the venue already exists on the venue map.
-
venueIdentifierThe ID of the venue to download and add. -
callbackCallback to receives the error while venue load on the main thread.
Implementation
void addVenueAsyncWithErrorsStr(String venueIdentifier, VenueLoadErrorCallback callback);