PanoramaChangeEvent constructor
PanoramaChangeEvent(
- int viewId,
- 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);