Enum GestureType

Definition

Namespace:
Tizen.Maps
Assembly:
Tizen.Maps.dll

Enumeration for the user gesture over a map view.

C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] 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.