onTwoFingerTap abstract method
- Point2D origin
Called when the double-tap gesture occurs.
originPosition halfway between two touch points relative to the MapView in pixels.
Implementation
void onTwoFingerTap(Point2D origin);
Called when the double-tap gesture occurs.
origin Position halfway between two touch points relative to the MapView in pixels.void onTwoFingerTap(Point2D origin);