PanoramaChangeEvent constructor

PanoramaChangeEvent(
  1. int viewId,
  2. PanoramaChangeData data
)

Build a CameraMoveStarted Event triggered from the map represented by mapId.

The value of this event is a PanoramaChangeData object with the current position of the Panorama.

Implementation

PanoramaChangeEvent(int viewId, PanoramaChangeData data)
    : super(viewId, data);