Protocol YMKPanoramaChangeDelegate

Instance Methods

- onPanoramaChangedWithPlayer:

Called if the panorama was opened or changed by the user.

- onPanoramaChangedWithPlayer:

Called if the panorama was opened or changed by the user.

Method Detail

-onPanoramaChangedWithPlayer:

- (void)onPanoramaChangedWithPlayer:(nullable YMKPanoramaPlayer *)player 

Called if the panorama was opened or changed by the user.

You can get the panoramaId by using the panoramaId() method.
Parameters:
player

Panorama player that sent the event.

player

Panorama player that sent the event.