onLongPress abstract method

void onLongPress(
  1. GestureState state,
  2. Point2D origin
)

Called when the double long press gesture occurs.

  • state Determines in which state the gesture is.

  • origin Position of the touch point relative to the MapView in pixels.

Implementation

void onLongPress(GestureState state, Point2D origin);