MMKPanoramaChangeDelegate
@protocol MMKPanoramaChangeDelegate <NSObject> |
Listener to handle the panorama being opened or changed.
Summary
Instance methods
- (void)onPanoramaChangedWithPlayer:(nonnull MMKPanoramaPlayer *)player; |
Instance methods
onPanoramaChangedWithPlayer:
- (void)onPanoramaChangedWithPlayer:(nonnull MMKPanoramaPlayer *)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. |