Важно

This feature is available in the Full MapKit SDK version

YMKPanoramaChangeDelegate

protocol YMKPanoramaChangeDelegate : NSObjectProtocol

Listener to handle the panorama being opened or changed.

Summary

Instance methods

func onPanoramaChanged(with player: YMKPanoramaPlayer)
Called if the panorama was opened or changed by the user

Instance methods

onPanoramaChanged(with:)

func onPanoramaChanged(with player: YMKPanoramaPlayer)

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.