Interface PanoramaChangeListener

com.yandex.mapkit.panorama

public interface PanoramaChangeListener

Methods

void onPanoramaChanged( Player player)

Called if the panorama was opened or changed by the user.

void onPanoramaChanged( Player player)

Called if the panorama was opened or changed by the user.

Method Detail

onPanoramaChanged

public void onPanoramaChanged (Player 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.

player

Panorama player that sent the event.