PanoramaLongClickEvent constructor

PanoramaLongClickEvent(
  1. int viewId,
  2. 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);