onPanoramaChanged abstract method

void onPanoramaChanged(
  1. PanoramaPlayer player
)

Called if the panorama was opened or changed by the user. You can get the panoramaId by using the panoramaId() method.

player Panorama player that sent the event.

Implementation

void onPanoramaChanged(PanoramaPlayer player);