PanoramaLongClickEvent constructor
PanoramaLongClickEvent(
- int viewId,
- PanoramaClickData data
Build a CameraMoveStarted Event triggered from the map represented by mapId
.
The value
of this event is a PanoramaClickData object with the position was long clicked by user.
Implementation
PanoramaLongClickEvent(int viewId, PanoramaClickData data)
: super(viewId, data);