Skip to main content

MultiFingerGesture

Flags to enable/disable certain multi-finger gestures on the map.

Inherits: enum.IntFlag

Properties

  • ALL - All multi-finger gestures defined in this enum.
  • NONE - No multi-finger gesture.
  • PINCH_MOVE - Pinch move gesture, which allows moving the map by dragging with two fingers.
  • PINCH_ZOOM - Pinch zoom gesture, which allows zooming in and out by pinching with two fingers.
  • ROTATE - Rotate gesture, which allows rotating the map by twisting two fingers.

Properties

ALLclass-attributeinstance-attribute

All multi-finger gestures defined in this enum.

NONEclass-attributeinstance-attribute

No multi-finger gesture.

PINCH_MOVEclass-attributeinstance-attribute

Pinch move gesture, which allows moving the map by dragging with two fingers.

PINCH_ZOOMclass-attributeinstance-attribute

Pinch zoom gesture, which allows zooming in and out by pinching with two fingers.

ROTATEclass-attributeinstance-attribute

Rotate gesture, which allows rotating the map by twisting two fingers.