MapEventSource
        Inherits: Enum
Defines the source of a MapEvent.
Properties
- 
          CURSOR_KEYBOARD_ROTATION–The MapEventis caused by a 'CTRL + drag' rotation gesture.
- 
          CUSTOM–The MapEventis caused by a custom source.
- 
          DOUBLE_TAP–The MapEventis caused by a double tap gesture.
- 
          DOUBLE_TAP_HOLD–The MapEventis caused by a double tap and hold gesture.
- 
          DOUBLE_TAP_ZOOM_ANIMATION_CONTROLLER–The MapEventis caused by theAnimationController
- 
          DRAG_END–The MapEventis caused by the end of a drag gesture.
- 
          DRAG_START–The MapEventis caused by the start of a drag gesture.
- 
          FIT_CAMERA–The MapEventis caused by calling fit_camera.
- 
          FLING_ANIMATION_CONTROLLER–The MapEventis caused by theAnimationControllerwhile
- 
          INTERACTIVE_FLAGS_CHANGED–The MapEventis caused by a change of the interactive flags.
- 
          KEYBOARD–The MapEventis caused by a keyboard key.
- 
          LONG_PRESS–The MapEventis caused by a long press gesture.
- 
          MAP_CONTROLLER–The MapEventis caused programmatically by theMapController.
- 
          MULTI_FINGER_GESTURE_END–The MapEventis caused by a the end of a two finger gesture.
- 
          MULTI_FINGER_GESTURE_START–The MapEventis caused by the start of a two finger gesture.
- 
          NON_ROTATED_SIZE_CHANGE–The MapEventis caused by a size change of theMapconstraints.
- 
          ON_DRAG–The MapEventis caused by a drag update gesture.
- 
          ON_MULTI_FINGER–The MapEventis caused by a two finger gesture update.
- 
          SCROLL_WHEEL–The MapEventis caused by a scroll wheel zoom gesture.
- 
          SECONDARY_TAP–The MapEventis caused by a secondary tap gesture.
- 
          TAP–The MapEventis caused by a tap gesture.
Properties#
CURSOR_KEYBOARD_ROTATION = 'cursorKeyboardRotation'
  
      class-attribute
      instance-attribute
  
#
    The MapEvent is caused by a 'CTRL + drag' rotation gesture.
CUSTOM = 'custom'
  
      class-attribute
      instance-attribute
  
#
    The MapEvent is caused by a custom source.
DOUBLE_TAP = 'doubleTap'
  
      class-attribute
      instance-attribute
  
#
    The MapEvent is caused by a double tap gesture.
DOUBLE_TAP_HOLD = 'doubleTapHold'
  
      class-attribute
      instance-attribute
  
#
    The MapEvent is caused by a double tap and hold gesture.
DOUBLE_TAP_ZOOM_ANIMATION_CONTROLLER = 'doubleTapZoomAnimationController'
  
      class-attribute
      instance-attribute
  
#
    The MapEvent is caused by the AnimationController
while performing the double tap zoom in animation.
DRAG_END = 'dragEnd'
  
      class-attribute
      instance-attribute
  
#
    The MapEvent is caused by the end of a drag gesture.
DRAG_START = 'dragStart'
  
      class-attribute
      instance-attribute
  
#
    The MapEvent is caused by the start of a drag gesture.
FIT_CAMERA = 'fitCamera'
  
      class-attribute
      instance-attribute
  
#
    The MapEvent is caused by calling fit_camera.
FLING_ANIMATION_CONTROLLER = 'flingAnimationController'
  
      class-attribute
      instance-attribute
  
#
    The MapEvent is caused by the AnimationController while
performing the fling gesture.
INTERACTIVE_FLAGS_CHANGED = 'InteractionFlagsChanged'
  
      class-attribute
      instance-attribute
  
#
    The MapEvent is caused by a change of the interactive flags.
KEYBOARD = 'keyboard'
  
      class-attribute
      instance-attribute
  
#
    The MapEvent is caused by a keyboard key.
See KeyboardConfiguration for details.
LONG_PRESS = 'longPress'
  
      class-attribute
      instance-attribute
  
#
    The MapEvent is caused by a long press gesture.
MAP_CONTROLLER = 'mapController'
  
      class-attribute
      instance-attribute
  
#
    The MapEvent is caused programmatically by the MapController.
MULTI_FINGER_GESTURE_END = 'multiFingerEnd'
  
      class-attribute
      instance-attribute
  
#
    The MapEvent is caused by a the end of a two finger gesture.
MULTI_FINGER_GESTURE_START = 'multiFingerGestureStart'
  
      class-attribute
      instance-attribute
  
#
    The MapEvent is caused by the start of a two finger gesture.
NON_ROTATED_SIZE_CHANGE = 'nonRotatedSizeChange'
  
      class-attribute
      instance-attribute
  
#
    The MapEvent is caused by a size change of the Map constraints.
ON_DRAG = 'onDrag'
  
      class-attribute
      instance-attribute
  
#
    The MapEvent is caused by a drag update gesture.
ON_MULTI_FINGER = 'onMultiFinger'
  
      class-attribute
      instance-attribute
  
#
    The MapEvent is caused by a two finger gesture update.
SCROLL_WHEEL = 'scrollWheel'
  
      class-attribute
      instance-attribute
  
#
    The MapEvent is caused by a scroll wheel zoom gesture.
SECONDARY_TAP = 'secondaryTap'
  
      class-attribute
      instance-attribute
  
#
    The MapEvent is caused by a secondary tap gesture.
TAP = 'tap'
  
      class-attribute
      instance-attribute
  
#
    The MapEvent is caused by a tap gesture.