Enum GestureType

Definition

Namespace:
Tizen.Maps
Assembly:
Tizen.Maps.dll
API Level:
3

Enumeration for the user gesture over a map view.

C#
Copy
public enum GestureType
Name Description
Click

Indicates the click user gesture.

DoubleClick

Indicates the double click user gesture.

LongPress

Indicates the long press user gesture.

None

Indicates the empty gesture.

Rotation

Indicates the rotation user gesture.

Scroll

Indicates the move map user gesture.

TwoFingerClick

Indicates the two-finger click user gesture.

Zoom

Indicates the zoom user gesture.