MapKeyboardGestureContext class final
Additional information about a keyboard-driven map gesture.
Unlike MapContentGestureContext, keyboard input has no associated touch/cursor position, so this carries the camera state produced by the gesture instead of a screen coordinate.
- Annotations
Constructors
- MapKeyboardGestureContext({required CameraState cameraState, required GestureState gestureState})
-
const
Properties
- cameraState → CameraState
-
The state of the camera at the time of the event.
final
- gestureState → GestureState
-
The state of the gesture.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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