Enum GestureType
Definition
- Assembly:
- Tizen.Maps.dll
Enumeration for the user gesture over a map view.
public enum GestureType
Fields
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. |