PanoramaLongClickEvent constructor
PanoramaLongClickEvent(
- 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 long clicked by user.
Implementation
PanoramaLongClickEvent(int viewId, StreetViewPanoramaOrientation orientation)
: super(viewId, orientation);