PanoramaClickEvent constructor

PanoramaClickEvent(
  1. int viewId,
  2. StreetViewPanoramaOrientation orientation
)

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

The value of this event is a StreetViewPanoramaOrientation object with the position was clicked by user.

Implementation

PanoramaClickEvent(int viewId, StreetViewPanoramaOrientation orientation)
    : super(viewId, orientation);