MapEventSource
MapEventSource
#
Bases: Enum
Defines the source of a MapEvent
.
CURSOR_KEYBOARD_ROTATION
#
The MapEvent
is caused by a 'CTRL + drag' rotation gesture.
DOUBLE_TAP_HOLD
#
The MapEvent
is caused by a double tap and hold gesture.
DOUBLE_TAP_ZOOM_ANIMATION_CONTROLLER
#
The MapEvent
is caused by the AnimationController
while performing the double tap zoom in animation.
FLING_ANIMATION_CONTROLLER
#
The MapEvent
is caused by the AnimationController
while
performing the fling gesture.
INTERACTIVE_FLAGS_CHANGED
#
The MapEvent
is caused by a change of the interactive flags.
KEYBOARD
#
The MapEvent
is caused by a keyboard key.
See KeyboardConfiguration
for details.
MAP_CONTROLLER
#
The MapEvent
is caused programmatically by the MapController
.
MULTI_FINGER_GESTURE_END
#
The MapEvent
is caused by a the end of a two finger gesture.
MULTI_FINGER_GESTURE_START
#
The MapEvent
is caused by the start of a two finger gesture.
NON_ROTATED_SIZE_CHANGE
#
The MapEvent
is caused by a size change of the Map
constraints.
ON_MULTI_FINGER
#
The MapEvent
is caused by a two finger gesture update.