onPanoramaSpanChanged abstract method

void onPanoramaSpanChanged(
  1. PanoramaPlayer player
)

Called if the user changed the zoom level or the span has been changed by the setSpan() method.

player Panorama player that sent the event.

Implementation

void onPanoramaSpanChanged(PanoramaPlayer player);