CameraUpdateReason enum
The reason of the camera update.
Values
- Gestures → const CameraUpdateReason
-
User manipulation, for example: zoom, scroll, rotate, fling.
- Application → const CameraUpdateReason
-
Application, by calling the map::move method.
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<
CameraUpdateReason> - A constant List of the values in this enum, in order of their declaration.