MMKPanoramaChangeDelegate
protocol MMKPanoramaChangeDelegate : NSObjectProtocol |
Listener to handle the panorama being opened or changed.
Summary
Instance methods
func onPanoramaChanged(with player: MMKPanoramaPlayer) |
Instance methods
onPanoramaChanged(with:)
func onPanoramaChanged(with player: MMKPanoramaPlayer) |
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. |