LinearMarkerDragBehavior enum
Apply the different drag behavior for marker pointers.
Values
- free → const LinearMarkerDragBehavior
-
LinearMarkerDragBehavior.free default drag behavior for marker pointer.
- constrained → const LinearMarkerDragBehavior
-
LinearMarkerDragBehavior.constrained the current marker pointer is not go beyond the reference marker pointer.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
LinearMarkerDragBehavior> - A constant List of the values in this enum, in order of their declaration.