onCompanyTap abstract method

void onCompanyTap(
  1. PanoramaPlayer player,
  2. CompanyTapInfo info
)

Called if the user tapped on company icon or text below it.

player Panorama player that sent the event. info Information about tapped company.

Implementation

void onCompanyTap(PanoramaPlayer player,
    places_panorama_company_tap_info.CompanyTapInfo info);