GestureActionPoint class final

Задает правило обработки событий карты.

Properties

asEventCenter GestureActionEventCenter?
no setter
asMapPosition GestureActionMapPosition?
no setter
asTargetGeoPoint GestureActionTargetGeoPoint?
no setter
hashCode int
The hash code for this object.
no setteroverride
isEventCenter bool
no setter
isMapPosition bool
no setter
isTargetGeoPoint bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

match<T>({required T eventCenter(GestureActionEventCenter value), required T mapPosition(GestureActionMapPosition value), required T targetGeoPoint(GestureActionTargetGeoPoint value)}) → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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