PanOptions mixin

  1. @JS()
  2. @anonymous

Properties

animate bool
If true, panning will always be animated if possible. If false, it will not animate panning, either resetting the map view if panning more than a screen away, or just setting a new offset for the map pane (except for panBy which always does the latter).
getter/setter pair
duration double
Duration of animated panning, in seconds.
getter/setter pair
easeLinearity double
The curvature factor of panning animation easing (third parameter of the Cubic Bezier curve). 1.0 means linear animation, and the smaller this number, the more bowed the curve.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
noMoveStart bool
If true, panning won't fire movestart event on start (used internally for panning inertia).
getter/setter pair
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.
inherited

Operators

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