MapEventType
Concrete subtype of a MapEvent.
Inherits: enum.Enum
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_ZOOMclass-attributeinstance-attribute
A double tap zoom update event.
DOUBLE_TAP_ZOOM_ENDclass-attributeinstance-attribute
The end of a double tap zoom animation.
DOUBLE_TAP_ZOOM_STARTclass-attributeinstance-attribute
The start of a double tap zoom animation.
FLING_ANIMATIONclass-attributeinstance-attribute
A fling animation update event.
FLING_ANIMATION_ENDclass-attributeinstance-attribute
The end of a fling animation.
FLING_ANIMATION_NOT_STARTEDclass-attributeinstance-attribute
A fling was evaluated but not started.
FLING_ANIMATION_STARTclass-attributeinstance-attribute
The start of a fling animation.
LONG_PRESSclass-attributeinstance-attribute
A long press event.
MOVEclass-attributeinstance-attribute
A camera move update event.
MOVE_ENDclass-attributeinstance-attribute
The end of a move gesture/interaction.
MOVE_STARTclass-attributeinstance-attribute
The start of a move gesture/interaction.
NON_ROTATED_SIZE_CHANGEclass-attributeinstance-attribute
A map constraint/size-change event.
ROTATEclass-attributeinstance-attribute
A map rotation update event.
ROTATE_ENDclass-attributeinstance-attribute
The end of a rotation interaction.
ROTATE_STARTclass-attributeinstance-attribute
The start of a rotation interaction.
SCROLL_WHEEL_ZOOMclass-attributeinstance-attribute
A scroll wheel zoom update event.
SECONDARY_TAPclass-attributeinstance-attribute
A secondary tap event.
TAPclass-attributeinstance-attribute
A map tap event.
UNKNOWNclass-attributeinstance-attribute
Fallback value for unrecognized map event types.