GestureManager class

Класс для управления обработкой жестов.

Implemented types

Properties

enabledGestures GestureEnumSet
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
multitouchShiftSettings MultiTouchShiftSettings
getter/setter pair
rotationSettings RotationSettings
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scalingSettings ScalingSettings
getter/setter pair
tiltSettings TiltSettings
getter/setter pair

Methods

disableGesture(Gesture gesture) → void
enableGesture(Gesture gesture) → void
gestureEnabled(Gesture gesture) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setMutuallyExclusiveGestures(List<GestureEnumSet> rules) → void
Установка списка правил исключения одновременного срабатывания нескольких жестов.
setSettingsAboutMapPositionPoint(EventsProcessingSettings settings) → void
Настройка точки, относительно которой происходит масштабирование и поворот.
setTargetGeoPoint(GeoPoint? geoPoint) → void
Установка геопозиции, относительно которой происходит масштабирование и поворот.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override