MMKPanoramaDirectionChangeDelegate

@protocol MMKPanoramaDirectionChangeDelegate <NSObject>

Listener to handle the change in panorama direction.

Summary

Instance methods

- (void)onPanoramaDirectionChangedWithPlayer:
    (nonnull MMKPanoramaPlayer *)player;

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

Instance methods

onPanoramaDirectionChangedWithPlayer:

- (void)onPanoramaDirectionChangedWithPlayer:
    (nonnull MMKPanoramaPlayer *)player;

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

Parameters

player

Panorama player that sent the event.