addVenueAsync abstract method

void addVenueAsync(
  1. int venueId
)

Downloads and adds a Venue to the VenueMap.

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

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

Implementation

void addVenueAsync(int venueId);