Skip to main content

MapEventType

Concrete subtype of a MapEvent.

Inherits: enum.Enum

Properties

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.