MMKPanoramaDirectionChangeDelegate
protocol MMKPanoramaDirectionChangeDelegate : NSObjectProtocol |
Listener to handle the change in panorama direction.
Summary
Instance methods
func onPanoramaDirectionChanged(with player: MMKPanoramaPlayer) |
Instance methods
onPanoramaDirectionChanged(with:)
func onPanoramaDirectionChanged(with player: MMKPanoramaPlayer) |
Called if the panorama direction was changed by the user or by the setDirection() method.
Parameters |
|
player |
Panorama player that sent the event. |