MapEventType
Inherits: Enum
Concrete subtype of a MapEvent.
Properties
-
DOUBLE_TAP_ZOOM–A double tap zoom update event.
-
DOUBLE_TAP_ZOOM_END–The end of a double tap zoom animation.
-
DOUBLE_TAP_ZOOM_START–The start of a double tap zoom animation.
-
FLING_ANIMATION–A fling animation update event.
-
FLING_ANIMATION_END–The end of a fling animation.
-
FLING_ANIMATION_NOT_STARTED–A fling was evaluated but not started.
-
FLING_ANIMATION_START–The start of a fling animation.
-
LONG_PRESS–A long press event.
-
MOVE–A camera move update event.
-
MOVE_END–The end of a move gesture/interaction.
-
MOVE_START–The start of a move gesture/interaction.
-
NON_ROTATED_SIZE_CHANGE–A map constraint/size-change event.
-
ROTATE–A map rotation update event.
-
ROTATE_END–The end of a rotation interaction.
-
ROTATE_START–The start of a rotation interaction.
-
SCROLL_WHEEL_ZOOM–A scroll wheel zoom update event.
-
SECONDARY_TAP–A secondary tap event.
-
TAP–A map tap event.
-
UNKNOWN–Fallback value for unrecognized map event types.
Properties#
DOUBLE_TAP_ZOOM = 'doubleTapZoom'
class-attribute
instance-attribute
#
A double tap zoom update event.
DOUBLE_TAP_ZOOM_END = 'doubleTapZoomEnd'
class-attribute
instance-attribute
#
The end of a double tap zoom animation.
DOUBLE_TAP_ZOOM_START = 'doubleTapZoomStart'
class-attribute
instance-attribute
#
The start of a double tap zoom animation.
FLING_ANIMATION = 'flingAnimation'
class-attribute
instance-attribute
#
A fling animation update event.
FLING_ANIMATION_END = 'flingAnimationEnd'
class-attribute
instance-attribute
#
The end of a fling animation.
FLING_ANIMATION_NOT_STARTED = 'flingAnimationNotStarted'
class-attribute
instance-attribute
#
A fling was evaluated but not started.
FLING_ANIMATION_START = 'flingAnimationStart'
class-attribute
instance-attribute
#
The start of a fling animation.
LONG_PRESS = 'longPress'
class-attribute
instance-attribute
#
A long press event.
MOVE = 'move'
class-attribute
instance-attribute
#
A camera move update event.
MOVE_END = 'moveEnd'
class-attribute
instance-attribute
#
The end of a move gesture/interaction.
MOVE_START = 'moveStart'
class-attribute
instance-attribute
#
The start of a move gesture/interaction.
NON_ROTATED_SIZE_CHANGE = 'nonRotatedSizeChange'
class-attribute
instance-attribute
#
A map constraint/size-change event.
ROTATE = 'rotate'
class-attribute
instance-attribute
#
A map rotation update event.
ROTATE_END = 'rotateEnd'
class-attribute
instance-attribute
#
The end of a rotation interaction.
ROTATE_START = 'rotateStart'
class-attribute
instance-attribute
#
The start of a rotation interaction.
SCROLL_WHEEL_ZOOM = 'scrollWheelZoom'
class-attribute
instance-attribute
#
A scroll wheel zoom update event.
SECONDARY_TAP = 'secondaryTap'
class-attribute
instance-attribute
#
A secondary tap event.
TAP = 'tap'
class-attribute
instance-attribute
#
A map tap event.
UNKNOWN = 'unknown'
class-attribute
instance-attribute
#
Fallback value for unrecognized map event types.