PanoramaChangeEvent constructor

PanoramaChangeEvent(
  1. int viewId,
  2. StreetViewPanoramaLocation location
)

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

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

Implementation

PanoramaChangeEvent(int viewId, StreetViewPanoramaLocation location)
    : super(viewId, location);