addVenueAsyncStr abstract method

void addVenueAsyncStr(
  1. String venueIdentifier
)

Downloads and adds a Venue to the VenueMap.

Method will do nothing if the venue already exists on the venue map.

  • venueIdentifier The ID of the venue to download and add.

Implementation

void addVenueAsyncStr(String venueIdentifier);