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