onPanoramaDirectionChanged abstract method

void onPanoramaDirectionChanged(
  1. PanoramaPlayer player
)

Called if the panorama direction was changed by the user or by the setDirection() method.

player Panorama player that sent the event.

Implementation

void onPanoramaDirectionChanged(PanoramaPlayer player);