Enum GestureType
Namespace: Mapsui.Manipulations
Assembly: Mapsui.dll
Syntax
public enum GestureType
Fields
| Name | Description |
|---|---|
| DoubleTap | Two SingleTaps on nearly the same position within a certain time period. |
| Drag | Previously down on other position. |
| Hover | Previously up on other position. |
| LongPress | Previously down on nearly the same position during some specific period. |
| Press | First down. |
| Release | First up. |
| SingleTap | First up after a down on nearly the same position. |